Update Model-Check.sh

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-15 15:52:30 +02:00 committed by GitHub
parent 56fbec47f7
commit e37d68d81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ if [[ $PiRevision == "a02082" ]] || [[ $PiRevision == "a22082" ]] || [[ $PiRevis
elif [[ $PiRevision == "a03111" ]]; then elif [[ $PiRevision == "a03111" ]]; then
if (whiptail --title "Warning" --yesno "You're running a $Model,\nthis script is tested for a Raspberry Pi 4 with at least 2GB memory.\n\nIf you continue mounting the /tmp to RAM will be disabled.\n\nContinue anyway?" 12 78); then if (whiptail --title "Warning" --yesno "You're running a $Model,\nthis script is tested for a Raspberry Pi 4 with at least 2GB memory.\n\nIf you continue mounting the /tmp to RAM will be disabled.\n\nContinue anyway?" 12 78); then
UNSAFE=yes UNSAFE=yes
PI4=no PI4=yes
else else
clear clear
exit exit