Votre Nom 1 year ago
parent
commit
cd900f050c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      prep.sh

+ 2 - 2
prep.sh

@@ -18,8 +18,8 @@ exit
 
 clear
 PS3="Select item please: "
-items=("Ubuntu" "Redhat")
-echo "Make your choice:"
+items=("$(tput setaf 11)Ubuntu$(tput sgr0)" "$(tput setaf 9)Redhat$(tput sgr0)")
+echo "$(tput sgr0)Make your choice:$(tput sgr0)"
 select item in "${items[@]}" Quit
 do
     case $REPLY in