diff --git a/setup-pi-automation b/setup-pi-automation new file mode 100644 index 0000000..99c5f95 --- /dev/null +++ b/setup-pi-automation @@ -0,0 +1,8 @@ +#!/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 +crontab auto-fix-cron +exit 1