Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- DietPi-Installer | Typo
  • Loading branch information
MichaIng committed Nov 15, 2023
1 parent 4fb99cc commit 1f44b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ _EOF_
[[ $G_HW_ARCH == 3 ]] && G_CONFIG_INJECT 'arm_64bit=' 'arm_64bit=1' /boot/config.txt

# Temporary workaround for conflicting rpi-eeprom package
if (( $G_DISTRO_TARGET > 6 )) && ! grep -q 'https://dietpi.com/downloads/binaries/rpi/rpi-eeprom.deb' "DietPi-$G_GITBRANCH/dietpi/func/dietpi-set_hardware"
if (( $DISTRO_TARGET > 6 )) && ! grep -q 'https://dietpi.com/downloads/binaries/rpi/rpi-eeprom.deb' "DietPi-$G_GITBRANCH/dietpi/func/dietpi-set_hardware"
then
patch -u "DietPi-$G_GITBRANCH/dietpi/func/dietpi-set_hardware" << '_EOF_' || exit 1
diff --git a/dietpi/func/dietpi-set_hardware b/dietpi/func/dietpi-set_hardware
Expand Down

0 comments on commit 1f44b8b

Please sign in to comment.