Update unisntall.sh

This commit is contained in:
Erreur32 2017-07-21 01:37:20 +02:00
parent a7a06e6642
commit 2a9311db03
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ fi
if [ `grep -c /etc/motd /root/.bashrc` == 0 ]
then
echo "Code bash not founded"
echo "cat /etc/motd" >> /root/.bashrc
echo -e "\e[92m Code .bashrc added.\e[0m"
#echo "cat /etc/motd" >> /root/.bashrc
#echo -e "\e[92m Code .bashrc added.\e[0m"
else
echo "code bash founded"
sed -i '/cat \/etc\/motd/d' /root/.bashrc