diff --git a/install.sh b/install.sh index 3cffa0f..34598d4 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -#apt update -y -#apt upgrade -y -#apt install -y screen +apt update -y +apt upgrade -y +apt install -y screen clear cd /etc rm crontab @@ -11,4 +11,4 @@ echo "-----------------------" cat /etc/crontab echo "-----------------------" echo "Установка завершена" -#reboot \ No newline at end of file +reboot \ No newline at end of file