Update Install.sh
This commit is contained in:
parent
763c58c5d3
commit
06ca074e4d
1 changed files with 1 additions and 2 deletions
|
@ -94,7 +94,7 @@ if echo "$answer" | grep -iq "^y" ;then
|
||||||
echo -e "\n start Makefile\n\n"
|
echo -e "\n start Makefile\n\n"
|
||||||
make install
|
make install
|
||||||
echo -e "\nMakefile \e[92m OK"
|
echo -e "\nMakefile \e[92m OK"
|
||||||
elif
|
else
|
||||||
stty raw -echo
|
stty raw -echo
|
||||||
answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
||||||
if echo "$answer2" | grep -iq "^y" ;then
|
if echo "$answer2" | grep -iq "^y" ;then
|
||||||
|
@ -102,7 +102,6 @@ answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Install Crontab
|
## Install Crontab
|
||||||
|
|
Loading…
Reference in a new issue