Forgot that the pi devices (at least with our image) utilize mate-terminal not gnome-terminal.
9 lines
296 B
Bash
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
|