QORTector-scripts/setup-pi-automation
crowetic 35ab0557d0
update to use mate-terminal
Forgot that the pi devices (at least with our image) utilize mate-terminal not gnome-terminal.
2022-12-05 12:46:04 -08:00

9 lines
296 B
Bash

#!/bin/sh
cd
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh
chmod +x auto-fix-qortal.sh
mate-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