Add justfile
This commit is contained in:
2
justfile
2
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 \
|
||||
|
||||
Reference in New Issue
Block a user