From b8477a0f4c9f7933e3ac29de71b7276c7fc7e29b Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 11 Oct 2025 20:06:51 -0400 Subject: [PATCH] Allow installing weak deps --- justfile | 5 ++++- recipes/base/common.yml | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 97cb023..48c62a5 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ export BB_GENISO_SECURE_BOOT_URL := "https://gitlab.com/wunker-bunker/wunker-os/ export BB_GENISO_ENROLLMENT_PASSWORD := "wunker" export BB_GENISO_VARIANT := "kinoite" +build *args: + bluebuild build {{args}} + generate-iso recipe: #!/usr/bin/env nu let recipe = open {{ recipe }} @@ -24,7 +27,7 @@ generate-iso recipe: ):($tag)' (^bluebuild generate-iso - --iso-name $'($name).iso' + --iso-name $'($name)-($tag).iso' --output-dir .iso/ image $image) diff --git a/recipes/base/common.yml b/recipes/base/common.yml index 21d20ee..321d09c 100644 --- a/recipes/base/common.yml +++ b/recipes/base/common.yml @@ -21,7 +21,6 @@ modules: - ublue-os/packages - ublue-os/staging install: - install-weak-deps: false packages: - bootc - ublue-os-just