Votre Nom il y a 1 an
Parent
commit
cd900f050c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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