Update auto-fix-qortal.sh

modified start script for 64bit pi checks.
This commit is contained in:
crowetic 2024-02-02 16:39:09 -08:00 committed by GitHub
parent 6a7bc85e47
commit 0a32e1e4a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"