From bbeb76b49874e862d5df8f3358eca18dca129757 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 30 Jul 2017 23:43:06 +0200 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index f7ac42c..793ccc4 100755 --- a/install.sh +++ b/install.sh @@ -85,13 +85,13 @@ echo -e " \e[34m- build-essential \e[32minstalled.\e[0m" else echo -e " \e[34m- build-essential \e[1;31mis not installed.\e[0m" fi -echo -e "\n YOU CAN SKIP auto install if you want" +echo -e "\n YOU CAN SKIP (auto) install if you want" echo -e "\n\e[92m Please Select:" -echo -e " 1. \e[0m(auto)Install Missing Package\e[92m" +echo -e " 1. \e[0m(auto) Install Missing Package\e[92m" echo -e " 2. \e[0mContinue installation script\e[92m" echo -e " 3. \e[0mUninstall completly the script\e[92m" -echo -e " 0. \e[0mQuit\n \e[0m" -read -p " Enter selection [0-2] > " selection +echo -e " 0. (or any KEY)\e[0mQuit\n \e[0m" +read -p " Enter selection [0-3] > " selection # Clear area beneath menu tput cup 10 0