From 0a32e1e4a02a08d9d03dd7619784071100984f17 Mon Sep 17 00:00:00 2001
From: crowetic <5431064+crowetic@users.noreply.github.com>
Date: Fri, 2 Feb 2024 16:39:09 -0800
Subject: [PATCH] Update auto-fix-qortal.sh

modified start script for 64bit pi checks.
---
 auto-fix-qortal.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh
index cdd2708..25efde2 100644
--- a/auto-fix-qortal.sh
+++ b/auto-fix-qortal.sh
@@ -110,6 +110,9 @@ if command -v raspi-config >/dev/null 2>&1 ; then
 	curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron
 	crontab auto-fix-cron
 	rm auto-fix-cron
+ 	curl -L -o https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-6001-to-16000m.sh
+  	mv start-6001*.sh ~/qortal/start.sh 
+   	chmod +x ~/qortal/*.sh
 	exit 1
     else echo "${YELLOW} Not a Raspberry pi machine, continuing...${NC}\n"