Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 18:03:25 +00:00
parent 802393276b
commit e7a8c98682
1 changed files with 1 additions and 1 deletions

View File

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