Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 20:00:52 +00:00
parent 7816c0c36d
commit 782faa1972
1 changed files with 6 additions and 8 deletions

View File

@ -2,15 +2,13 @@
apt update -y apt update -y
apt upgrade -y apt upgrade -y
apt install -y screen apt install -y screen
rm /etc/crontab clear
echo "SHELL=/bin/sh" | tee -a /etc/crontab cd /etc/crontab
echo "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" | tee -a /etc/crontab rm crontab
echo "@reboot root screen -dmS start" | tee -a /etc/crontab wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/crontab -O crontab
echo '*/1 * * * * root screen -S start -X eval 'stuff "wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh -O start.sh;chmod -R 777 start.sh;./start.sh"\015'' | tee -a /etc/crontab
systemctl restart cron
echo "Создана задача:" echo "Создана задача:"
echo "-----------------------"
cat /etc/crontab cat /etc/crontab
echo "-----------------------"
echo "Установка завершена" echo "Установка завершена"
#reboot #reboot