mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
correct config file
This commit is contained in:
parent
836990aaca
commit
ac9735b8d3
@ -432,7 +432,7 @@ if [ "${baseimage}" = "raspios_arm64" ]; then
|
|||||||
[ "${wifi_region}" != "off" ] && raspi-config nonint do_wifi_country $wifi_region
|
[ "${wifi_region}" != "off" ] && raspi-config nonint do_wifi_country $wifi_region
|
||||||
# see https://github.com/rootzoll/raspiblitz/issues/428#issuecomment-472822840
|
# see https://github.com/rootzoll/raspiblitz/issues/428#issuecomment-472822840
|
||||||
|
|
||||||
configFile="/boot/config.txt"
|
configFile="/boot/firmware/config.txt"
|
||||||
if ! grep "Raspiblitz" $configFile; then
|
if ! grep "Raspiblitz" $configFile; then
|
||||||
echo "# Adding Raspiblitz Edits to $configFile"
|
echo "# Adding Raspiblitz Edits to $configFile"
|
||||||
echo | tee -a $configFile
|
echo | tee -a $configFile
|
||||||
|
Loading…
Reference in New Issue
Block a user