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 \