From e4f8a9a3b158455c89c53398f946d073dfd60867 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 20 May 2023 10:48:26 -0700 Subject: [PATCH] Update auto-fix-qortal.sh added 'refresh-qortal.sh' script to downloads. --- auto-fix-qortal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 3cdf7fd..1a921be 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -22,6 +22,7 @@ TIMESTAMP=`date +%s` curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/check-qortal-status.sh && mv check-qortal-status.sh ~/Desktop && chmod +x ~/Desktop/check-qortal-status.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-modified-memory-args.sh && mv start-modified-memory-args.sh ~/qortal/start.sh && chmod +x ~/qortal/start.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qortal.sh && chmod +x start-qortal.sh + curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/refresh-qortal.sh && chmod +x refresh-qortal.sh fi else if [ "$INTERNET_STATUS" = "UP" ]; then