diff --git a/install.sh b/install.sh index 8d87ea5..0c98f95 100644 --- a/install.sh +++ b/install.sh @@ -1,3 +1,7 @@ #!/bin/bash +apt update -y +apt upgrade -y cat <(crontab -l) <(echo "*/5 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab - +echo "Создана задача:" +crontab -l echo "Установка завершена" \ No newline at end of file