Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:23:34 +00:00
parent 7a18fa6c6a
commit 583476074c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
apt update -y
apt upgrade -y
cat <(crontab -l) <(echo "*/1 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh) > /root/cron.log 2>&1"") | crontab -
cat <(crontab -l) <(echo "*/1 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh) > /root/cron.log 2>&1") | crontab -
systemctl restart cron
echo "Создана задача:"
crontab -l