Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:19:41 +00:00
parent e339674cf1
commit 21b26d97c1
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 "*/5 * * * * 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 -
echo "Создана задача:"
crontab -l
echo "Установка завершена"