A while ago, updates to raspberryPi OS install a 64bit kernel on a 32bit OS. That means it always reports back as being a aarch64 Architecture even though the rest of the os is 32bit. This fix uses the getconf command to determine if the os is 32 or 64 bit.
A while ago, updates to raspberryPi OS install a 64bit kernel on a 32bit OS. That means it always reports back as being a aarch64 Architecture even though the rest of the os is 32bit. This fix uses the
getconf
command to determine if the os is 32 or 64 bit.