Update setup-automation-principal.sh
This commit is contained in:
parent
d306ad8f7a
commit
fee1b32c95
@ -1,9 +1,11 @@
|
||||
#!/bin/sh
|
||||
cd
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh
|
||||
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh
|
||||
chmod +x auto-fix-qortal.sh
|
||||
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qortal.sh
|
||||
chmod +x start-qortal.sh
|
||||
gnome-terminal -- ./auto-fix-qortal.sh
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron-principal
|
||||
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron-principal
|
||||
crontab auto-fix-cron-principal
|
||||
rm auto-fix-cron-principal
|
||||
rm setup-automation-principal.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user