From 0228b3f7a4887dd4fefecd90aed759bfce62a5e5 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Thu, 17 Aug 2023 20:03:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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