Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:05:16 +00:00
parent e7a8c98682
commit 0b7262cdb3
1 changed files with 1 additions and 1 deletions

View File

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