mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#4138 raspberrypi optimizations not for debian
This commit is contained in:
parent
196199e662
commit
7070df161c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue