lower mem requirement for VARA

pull/428/head
KM4ACK 2022-10-04 16:28:32 -05:00
rodzic df502d10ae
commit 92033be06a
1 zmienionych plików z 1 dodań i 1 usunięć

2
update
Wyświetl plik

@ -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="|" \