|
@@ -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
|