Update Model-Check.sh
Fixed oopsie
This commit is contained in:
parent
56fbec47f7
commit
e37d68d81c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user