Add justfile

This commit is contained in:
Gerald Pinder
2024-05-16 17:32:23 -04:00
parent 43ac25f908
commit 170a368841

View File

@@ -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 \