Обновить install.sh
This commit is contained in:
parent
ceef163a3a
commit
0228b3f7a4
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#apt update -y
|
apt update -y
|
||||||
#apt upgrade -y
|
apt upgrade -y
|
||||||
#apt install -y screen
|
apt install -y screen
|
||||||
clear
|
clear
|
||||||
cd /etc
|
cd /etc
|
||||||
rm crontab
|
rm crontab
|
||||||
|
@ -11,4 +11,4 @@ echo "-----------------------"
|
||||||
cat /etc/crontab
|
cat /etc/crontab
|
||||||
echo "-----------------------"
|
echo "-----------------------"
|
||||||
echo "Установка завершена"
|
echo "Установка завершена"
|
||||||
#reboot
|
reboot
|
Loading…
Reference in New Issue