From e37d68d81c7c6abadc72660207145b992d09d1fe Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:52:30 +0200 Subject: [PATCH] Update Model-Check.sh Fixed oopsie --- Model-Check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model-Check.sh b/Model-Check.sh index 11c6a7c..6aac491 100644 --- a/Model-Check.sh +++ b/Model-Check.sh @@ -40,7 +40,7 @@ if [[ $PiRevision == "a02082" ]] || [[ $PiRevision == "a22082" ]] || [[ $PiRevis 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 UNSAFE=yes - PI4=no + PI4=yes else clear exit