diff --git a/build_sdcard.sh b/build_sdcard.sh index 98b587511..ead051d91 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -397,7 +397,7 @@ if [ "$(compgen -u | grep -c pi)" -eq 0 ];then fi # special prepare when Raspbian -if [ "${baseimage}" = "raspios_arm64" ] || [ "${baseimage}" = "debian" ]; then +if [ "${baseimage}" = "raspios_arm64" ]; then echo -e "\n*** PREPARE RASPBERRY OS VARIANTS ***" apt_install raspi-config