Create setup-automation-principal.sh
This commit is contained in:
parent
1e92474052
commit
5272d02bfc
10
setup-automation-principal.sh
Normal file
10
setup-automation-principal.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cd
|
||||||
|
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh
|
||||||
|
chmod +x auto-fix-qortal.sh
|
||||||
|
gnome-terminal -- ./auto-fix-qortal.sh
|
||||||
|
curl -L -O 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
|
||||||
|
exit 1
|
Loading…
x
Reference in New Issue
Block a user