From f46c5c79d6c398fa180934b2031703f12775ada0 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Mon, 17 Apr 2017 13:08:39 -0400 Subject: [PATCH] Added comment about -y flag. Fixed small indentation issues. --- scripts/removal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/removal b/scripts/removal index 18fdf8b..66ca3e4 100755 --- a/scripts/removal +++ b/scripts/removal @@ -1,7 +1,7 @@ #!/bin/bash # TigerOS script for the removal of unwanted major-specific packages -#Author: Tim Zabel +# Author: Tim Zabel # Check to see if the current user is root if [ $EUID != 0 ] @@ -19,6 +19,7 @@ PS3='Please enter the major for the courses you wish to remove: ' options=("CS" "IT/WMC" "NSSA/CIT" "SE" "Quit") select opt in "${options[@]}" do + # all commands here are done with the -y flag. Individual removals do not ask the user for permission beforehand case $opt in "CS") echo -e "Welcome to the TigerOS CS package removal script.\n