oops missed a comma on purge_nvidia.sh

This commit is contained in:
Will Russell
2023-09-26 11:36:31 -04:00
parent f4efc58f9b
commit 532f0b9d38

View File

@@ -5,7 +5,7 @@ echo "note also that this script requires sudo to succeed, and will fail if you'
echo "commands that are going to be run are: 'apt purge nvidia-*' 'apt autoremove' 'dpkg -l | grep nvidia' 'apt-get --purge remove <dpkg-name>'"
echo "press enter to proceed, otherwise press ctrl+c to abort"
read go_opt
echo "proceeding with script; Would you like to allow the script to attempt to [a]utomatically remove elements (a|A) or would you prefer to [s]elect what to remove? (S|s)
echo "proceeding with script; Would you like to allow the script to attempt to [a]utomatically remove elements (a|A) or would you prefer to [s]elect what to remove? (S|s)"
case $option in
a|A) clear
echo "proceeding with cleanup"