diff --git a/install.sh b/install.sh index 4343892e..1dec62d9 100755 --- a/install.sh +++ b/install.sh @@ -38,9 +38,8 @@ fi model=$(grep "^Model" /proc/cpuinfo ; true) if [[ ! "$model" == *"Raspberry Pi Zero"* ]]; then - # not a Pi Zero or Zero 2 - echo "Installation only planned on Raspberry Pi Zero, will cowardly exit" - exit 1 + # not a genuine Pi Zero or Zero 2 + echo "WARNING: Installation only planned on Raspberry Pi Zero, will attempt anyway..." fi if [ $USER == "root" ]; then