Skip to content

Commit f7e2624

Browse files
committed
remove vara 32bit limit
1 parent 66ab604 commit f7e2624

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

update

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ if [ ${BUT} = 1 ] || [ ${BUT} = 252 ]; then
317317
exit
318318
fi
319319

320-
#If vARA is chosen, make sure we have a Pi 4 to work with.
320+
#If VARA is chosen, make sure we have a Pi 4 to work with.
321321
#As of 02OCT2022 the VARA installer only works with the Pi 4.
322322
VARA_CHK=$(grep VARA ${BASE})
323323
if [ -n $VARA_CHK ]; then
@@ -331,16 +331,6 @@ if [ -n $VARA_CHK ]; then
331331
sed -i 's/VARA//;/^$/d' ${BASE}
332332
fi
333333

334-
#check if 32 bit system
335-
if [ `getconf LONG_BIT` != 32 ]; then
336-
yad --form --width=500 --text-align=center --center --title="Build-a-Pi" --text-align=center \
337-
--image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \
338-
--text="<b>Not Compatible</b>\rAt this time VARA is not compatible with 64bit OS. The devolper is working \
339-
to resolve this issue.\r\rVARA will not be installed during the build." \
340-
--button=gtk-ok
341-
sed -i 's/VARA//;/^$/d' ${BASE}
342-
fi
343-
344334
fi
345335

346336
#############################################################

0 commit comments

Comments
 (0)