From fee1b32c958995380fbc4e91f8f0687852abd018 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 10 May 2023 12:20:38 -0700 Subject: [PATCH] Update setup-automation-principal.sh --- setup-automation-principal.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup-automation-principal.sh b/setup-automation-principal.sh index 2fc30a5..a4df735 100644 --- a/setup-automation-principal.sh +++ b/setup-automation-principal.sh @@ -1,9 +1,11 @@ #!/bin/sh cd -curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh +wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh chmod +x auto-fix-qortal.sh +wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qortal.sh +chmod +x start-qortal.sh gnome-terminal -- ./auto-fix-qortal.sh -curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron-principal +wget 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