From 0c8e9e3ca7423e754a882b1442dd6f72400dd3a8 Mon Sep 17 00:00:00 2001
From: Erreur32 <erreur32@echosystem.fr>
Date: Thu, 20 Jul 2017 14:20:10 +0200
Subject: [PATCH] Update Install.sh

---
 Install.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Install.sh b/Install.sh
index 6cc8dc1..c2632ff 100755
--- a/Install.sh
+++ b/Install.sh
@@ -13,18 +13,19 @@
 
 clear;
 
-echo -n "Do you wish to install the missing package before (y/n)?  --> apt-get install ntp figlet"
+echo -n "Do you wish to install the missing package before (y/n)?  --> apt-get install ntp figlet ?"
 old_stty_cfg=$(stty -g)
 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; make install 
+    echo "/n ; Yes" ;  apt-get install -y  ntp figlet; make install 
 else
-    echo "No continue without";  make install 
-
+    echo "/n ; No continue without";  make install 
 fi
 
+
+
 ## Install command in bashrc
 echo "cat /etc/motd" >> /root/.bashrc