Headless version of setup automation script
This script will work on pi machines with pi user, headless.
This commit is contained in:
parent
9b8697dd8b
commit
2525879d6c
10
setup-pi-automation-headless.sh
Normal file
10
setup-pi-automation-headless.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
|
||||
./auto-fix-qortal.sh
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron
|
||||
crontab auto-fix-cron
|
||||
rm auto-fix-cron
|
||||
rm setup-pi-automation-headless.sh
|
||||
exit 1
|
Loading…
x
Reference in New Issue
Block a user