From 170a3688415388a20a7e2dc6e3f4fa994d70eb1f Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Thu, 16 May 2024 17:32:23 -0400 Subject: [PATCH] Add justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 88375d2..4fb3f7a 100644 --- a/justfile +++ b/justfile @@ -27,7 +27,7 @@ configure-nvidia ACTION="prompt": else echo 'You do not appear to be on a Nvidia image, please refer to the README for your uBlue-OS image.' fi - if [ "$OPTION" == "Remove kernel arguments" ] || [ "${OPTION,,}" == "remove-kargs" ]; then + elif [ "$OPTION" == "Remove kernel arguments" ] || [ "${OPTION,,}" == "remove-kargs" ]; then if command -v nvidia-smi; then rpm-ostree kargs \ --delete-if-present=rd.driver.blacklist=nouveau \