diff --git a/setup-pi-automation-headless.sh b/setup-pi-automation-headless.sh new file mode 100644 index 0000000..e615eaf --- /dev/null +++ b/setup-pi-automation-headless.sh @@ -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