Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:20:54 +00:00
parent 21b26d97c1
commit 22d0f9600f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
apt update -y apt update -y
apt upgrade -y apt upgrade -y
cat <(crontab -l) <(echo "*/1 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab - cat <(crontab -l) <(echo "*/1 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab -
systemctl restart cron
echo "Создана задача:" echo "Создана задача:"
crontab -l crontab -l
echo "Установка завершена" echo "Установка завершена"