Flotilla "firmware" updater will not run on Buster from the online installer.
It looks like some files have been updated for buster, but the "update_firmware" still needs the lines:
elif cat /etc/os-release | grep -q "buster"; then
IS_SUPPORTED=true && IS_EXPERIMENTAL=false
Flotilla "firmware" updater will not run on Buster from the online installer.
It looks like some files have been updated for buster, but the "update_firmware" still needs the lines: elif cat /etc/os-release | grep -q "buster"; then IS_SUPPORTED=true && IS_EXPERIMENTAL=false
copied into the "raspbian_check()" function.