remove vara 32bit limit

pull/437/head
KM4ACK 2022-10-14 08:34:11 -05:00
rodzic 66ab604831
commit f7e2624888
1 zmienionych plików z 1 dodań i 11 usunięć

12
update
Wyświetl plik

@ -317,7 +317,7 @@ if [ ${BUT} = 1 ] || [ ${BUT} = 252 ]; then
exit
fi
#If vARA is chosen, make sure we have a Pi 4 to work with.
#If VARA is chosen, make sure we have a Pi 4 to work with.
#As of 02OCT2022 the VARA installer only works with the Pi 4.
VARA_CHK=$(grep VARA ${BASE})
if [ -n $VARA_CHK ]; then
@ -331,16 +331,6 @@ if [ -n $VARA_CHK ]; then
sed -i 's/VARA//;/^$/d' ${BASE}
fi
#check if 32 bit system
if [ `getconf LONG_BIT` != 32 ]; then
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="|" \
--text="<b>Not Compatible</b>\rAt this time VARA is not compatible with 64bit OS. The devolper is working \
to resolve this issue.\r\rVARA will not be installed during the build." \
--button=gtk-ok
sed -i 's/VARA//;/^$/d' ${BASE}
fi
fi
#############################################################