Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:30:52 +00:00
parent 44cae7487c
commit a2a222b026
1 changed files with 1 additions and 1 deletions

View File

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