From 84f84ee0c5c899381f929025bc78ade4bcde480f Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 25 Jul 2017 20:38:21 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 25a85dd..6efcc1a 100755 --- a/install.sh +++ b/install.sh @@ -118,12 +118,14 @@ stty raw -echo answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done ) stty $old_stty_cfg if echo "$answer" | grep -iq "^y" ;then - echo -e "\n\e[92m apt-get install \e[0m ntp figletbuild-essential \e[94m start\e[0m\n" ; apt-get install -y build-essential ntp figlet; + echo -e "\n\e[92m apt-get install \e[0m ntp figlet build-essential \e[94m start\e[0m\n" ; apt-get install -y build-essential ntp figlet; echo -e "\n\e[92m apt-get installation\e[0m Succesfull\n" + echo -e "\n\e[92m Building binary \e[0m\n" if [ -f /usr/bin/motds32 ] then echo -e "\n\e[92m Make file\e[0m done.\n" else + echo -e "\n\e[92m Building binary \e[0m\n" make install echo -e "\n\e[92m Make file\e[0m done.\n" fi