Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
KM4ACK 92033be06a lower mem requirement for VARA 2022-10-04 16:28:32 -05:00
KM4ACK df502d10ae lower mem requirement for VARA 2022-10-04 16:28:17 -05:00
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

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