Обновить install.sh
This commit is contained in:
parent
771852fc58
commit
cea9693ba6
10
install.sh
10
install.sh
|
@ -2,9 +2,15 @@
|
||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y screen
|
apt install -y screen
|
||||||
echo "*/1 * * * * root screen -S start -X stuff 'bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)'" | tee -a /etc/crontab
|
rm /etc/crontab
|
||||||
|
echo "SHELL=/bin/sh" | tee -a /etc/crontab
|
||||||
|
echo "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" | tee -a /etc/crontab
|
||||||
echo "@reboot root screen -dmS start" | tee -a /etc/crontab
|
echo "@reboot root screen -dmS start" | tee -a /etc/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
|
systemctl restart cron
|
||||||
echo "Создана задача:"
|
echo "Создана задача:"
|
||||||
cat /etc/crontab
|
cat /etc/crontab
|
||||||
echo "Установка завершена"
|
echo "Установка завершена"
|
||||||
|
#reboot
|
Loading…
Reference in New Issue