diff --git a/Install.sh b/Install.sh index c2632ff..75f4e19 100755 --- a/Install.sh +++ b/Install.sh @@ -19,9 +19,9 @@ 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 "/n ; Yes" ; apt-get install -y ntp figlet; make install + echo -e "/n Yes install ntp figlet" ; apt-get install -y ntp figlet; make install else - echo "/n ; No continue without"; make install + echo -e "/n No continue without"; make install fi