1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-03 20:51:40 +00:00
This commit is contained in:
Tim Wilkinson
2022-03-04 09:26:50 -08:00

View File

@@ -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+ #
#########################################################################################################################################
@@ -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 ...