From e82d9e2f079d27b7cad6a4ba77ae357e77e2d7e5 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 18 Jul 2017 23:36:57 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index c7c7829..64c7842 100755 --- a/Install.sh +++ b/Install.sh @@ -18,7 +18,7 @@ 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 "Yes let's go" ; apt-get install -y ntp figlet + echo "Yes let's go" ; apt-get install -y ntp figlet; make install else echo "No continue without"; make install