mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
correct config file
This commit is contained in:
parent
836990aaca
commit
ac9735b8d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue