From 5272d02bfc346418277f514d9e3ce5ed1bab8274 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 10 May 2023 12:13:48 -0700 Subject: [PATCH] Create setup-automation-principal.sh --- setup-automation-principal.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup-automation-principal.sh diff --git a/setup-automation-principal.sh b/setup-automation-principal.sh new file mode 100644 index 0000000..2fc30a5 --- /dev/null +++ b/setup-automation-principal.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 +gnome-terminal -- ./auto-fix-qortal.sh +curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron-principal +crontab auto-fix-cron-principal +rm auto-fix-cron-principal +rm setup-automation-principal.sh +exit 1