From 532f0b9d38f43191239b43660832a537d8cfeabc Mon Sep 17 00:00:00 2001 From: Will Russell Date: Tue, 26 Sep 2023 11:36:31 -0400 Subject: [PATCH] oops missed a comma on purge_nvidia.sh --- purge_nvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purge_nvidia.sh b/purge_nvidia.sh index d68a0af..0bd5379 100755 --- a/purge_nvidia.sh +++ b/purge_nvidia.sh @@ -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 '" 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"