Update install.sh
This commit is contained in:
parent
ec4d521db8
commit
13ac5a56f7
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
@ -116,10 +116,10 @@ if echo "$answer" | grep -iq "^y" ;then
|
||||||
echo -e "\n\e[92m apt-get installation\e[0m Succesfull\n"
|
echo -e "\n\e[92m apt-get installation\e[0m Succesfull\n"
|
||||||
if [ -f /usr/bin/motds32 ]
|
if [ -f /usr/bin/motds32 ]
|
||||||
then
|
then
|
||||||
echo -e "\n\e[92m Make file done.\n"
|
echo -e "\n\e[92m Make file\e[0m done.\n"
|
||||||
else
|
else
|
||||||
make install
|
make install
|
||||||
echo -e "\n\e[92m Make file done.\n"
|
echo -e "\n\e[92m Make file\e[0m done.\n"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "\n\e[34mDo you want to continue this installation? (y/n)\n "
|
echo -e "\n\e[34mDo you want to continue this installation? (y/n)\n "
|
||||||
|
@ -140,9 +140,9 @@ fi
|
||||||
## Install Crontab
|
## Install Crontab
|
||||||
|
|
||||||
if crontab -l | grep -q '/usr/bin/motds32'; then
|
if crontab -l | grep -q '/usr/bin/motds32'; then
|
||||||
echo -e "\e[92m Cron already added."
|
echo -e "\e[92m Cron already \e[0madded."
|
||||||
else
|
else
|
||||||
echo -e "\e[92m Cron added."
|
echo -e "\e[92m Cron \e[0m added."
|
||||||
(crontab -l ; echo "*/5 * * * * /usr/bin/motds32 -g 2>1")| crontab -
|
(crontab -l ; echo "*/5 * * * * /usr/bin/motds32 -g 2>1")| crontab -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ fi
|
||||||
/usr/bin/motds32 -g
|
/usr/bin/motds32 -g
|
||||||
|
|
||||||
#echo -ne '\n\e[0m #######################(100%)\r\n\n'
|
#echo -ne '\n\e[0m #######################(100%)\r\n\n'
|
||||||
echo -e "\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\nUse: /usr/bin/motds32 for help\n"
|
echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\nUse: /usr/bin/motds32 for help\n"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
#EOF
|
#EOF
|
||||||
|
|
Loading…
Reference in a new issue