From 5aba1a3325a27a0e2087b961814229c7c0b11f78 Mon Sep 17 00:00:00 2001 From: Laurenz Kruty Date: Tue, 22 Feb 2022 12:23:07 +0100 Subject: [PATCH 1/2] Added minimal information why the script exits when on model 3. On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: RPiOS64-IA-Install.sh --- RPiOS64-IA-Install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/RPiOS64-IA-Install.sh b/RPiOS64-IA-Install.sh index fff41bf..711d9c3 100644 --- a/RPiOS64-IA-Install.sh +++ b/RPiOS64-IA-Install.sh @@ -34,6 +34,7 @@ $NORMAL\n" && sleep 3 RPIMOD=$(cat /sys/firmware/devicetree/base/model | cut -d ' ' -f 3) if [ $RPIMOD == 3 ] then + printf "Officially, the only supported model is Raspberry Pi 4. Unfortunately, you have a model 3.\n" printf "Edit installer.sh manually.. I hope you know what you are doing..." exit ## WORKS BUT DOSEN'T SHOW RPI 3 WARNINGS YET ... From c2340ab2c691d49186f41ce1e0668e56e15604ff Mon Sep 17 00:00:00 2001 From: Laurenz Kruty Date: Tue, 22 Feb 2022 12:59:42 +0100 Subject: [PATCH 2/2] Changed modified date in file On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: RPiOS64-IA-Install.sh --- RPiOS64-IA-Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPiOS64-IA-Install.sh b/RPiOS64-IA-Install.sh index 711d9c3..d16e308 100644 --- a/RPiOS64-IA-Install.sh +++ b/RPiOS64-IA-Install.sh @@ -1,7 +1,7 @@ # !/bin/bash ####################################################################### # Name: RPiOS64-IA-Install.sh Version: 0.1.2 # -# Created: 07.09.2021 Modified: 06.12.2021 # +# Created: 07.09.2021 Modified: 22.02.2022 # # Author: TuxfeatMac J.T. # # Purpose: interactive, automatic, Pimox7 installation RPi4B, RPi3B+ # #########################################################################################################################################