From 92033be06a5263935a84639d958fb67cfdd69e4a Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Tue, 4 Oct 2022 16:28:32 -0500 Subject: [PATCH] lower mem requirement for VARA --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index b47bc3e..77bbba6 100755 --- a/update +++ b/update @@ -322,7 +322,7 @@ fi VARA_CHK=$(grep VARA ${BASE}) if [ -n $VARA_CHK ]; then FREEMEM=$(free -m | grep Mem: | awk '{ print $2 }') - if [ $FREEMEM -lt 1900 ]; then + if [ $FREEMEM -lt 1500 ]; then echo "Not enough memory available" yad --form --width=500 --text-align=center --center --title="Build-a-Pi" --text-align=center \ --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \