Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:07:30 +00:00
parent 0b7262cdb3
commit 3c403badb9
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#!/bin/bash #!/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 "*/5 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab -
echo "Создана задача:"
crontab -l
echo "Установка завершена" echo "Установка завершена"