#4138 raspberrypi optimizations not for debian

This commit is contained in:
rootzoll 2023-08-29 21:36:45 +02:00
parent 196199e662
commit 7070df161c

View file

@ -397,7 +397,7 @@ if [ "$(compgen -u | grep -c pi)" -eq 0 ];then
fi fi
# special prepare when Raspbian # special prepare when Raspbian
if [ "${baseimage}" = "raspios_arm64" ] || [ "${baseimage}" = "debian" ]; then if [ "${baseimage}" = "raspios_arm64" ]; then
echo -e "\n*** PREPARE RASPBERRY OS VARIANTS ***" echo -e "\n*** PREPARE RASPBERRY OS VARIANTS ***"
apt_install raspi-config apt_install raspi-config