File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ if [ ${BUT} = 1 ] || [ ${BUT} = 252 ]; then
317317 exit
318318fi
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.
322322VARA_CHK=$( grep VARA ${BASE} )
323323if [ -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-
344334fi
345335
346336# ############################################################
You can’t perform that action at this time.
0 commit comments