first commit
This commit is contained in:
parent
446ace548e
commit
3d78339ab5
1 changed files with 9 additions and 9 deletions
|
@ -130,7 +130,7 @@ tput cup 11 0
|
||||||
echo -e "\n\e[34m - apt-get installation build-essential ntp figlet \e[0m>> Succesfull"
|
echo -e "\n\e[34m - apt-get installation build-essential ntp figlet \e[0m>> Succesfull"
|
||||||
if [ -f "/usr/bin/motds32" ]
|
if [ -f "/usr/bin/motds32" ]
|
||||||
then
|
then
|
||||||
echo -e "\n\e[34m - Make file \e[0m>> founded.\e[0m\n"
|
echo -e "\n\e[34m - Make file \e[0m>> found.\e[0m\n"
|
||||||
#make install
|
#make install
|
||||||
#echo -e "\n\e[34m - REMake file done.\e[0m\n"
|
#echo -e "\n\e[34m - REMake file done.\e[0m\n"
|
||||||
else
|
else
|
||||||
|
@ -211,7 +211,7 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
|
||||||
|
|
||||||
if [ -f "/usr/bin/motds32" ]
|
if [ -f "/usr/bin/motds32" ]
|
||||||
then
|
then
|
||||||
echo -e "\n\e[34m - Make file \e[0m>> founded.\e[0m\n"
|
echo -e "\n\e[34m - Make file \e[0m>> found.\e[0m\n"
|
||||||
#make install
|
#make install
|
||||||
#echo -e "\n\e[34m - REMake file done.\e[0m\n"
|
#echo -e "\n\e[34m - REMake file done.\e[0m\n"
|
||||||
else
|
else
|
||||||
|
@ -278,9 +278,9 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
|
||||||
|
|
||||||
if [ `grep -c /etc/motd ~/.bashrc` == 0 ]
|
if [ `grep -c /etc/motd ~/.bashrc` == 0 ]
|
||||||
then
|
then
|
||||||
echo " Code bash not founded"
|
echo " Code bash not found"
|
||||||
else
|
else
|
||||||
echo " code bash founded"
|
echo " code bash found"
|
||||||
sed -i '/cat \/etc\/motd/d' ~/.bashrc
|
sed -i '/cat \/etc\/motd/d' ~/.bashrc
|
||||||
echo -e "\e[92m Code .bashrc remove.\e[0m"
|
echo -e "\e[92m Code .bashrc remove.\e[0m"
|
||||||
grep -n '/etc/motd' ~/.bashrc
|
grep -n '/etc/motd' ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue