Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- META | Merge from master
  • Loading branch information
MichaIng committed Nov 17, 2023
2 parents cdc1b72 + ab75b1b commit 1cb7672
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .update/pre-patches
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ then
fi
# Workaround for Beta v8.23.1 users as previous gpg method installed a 0600 file
[[ -f '/etc/apt/trusted.gpg.d/dietpi-sonarr.gpg' ]] && G_EXEC chmod 0644 /etc/apt/trusted.gpg.d/dietpi-sonarr.gpg

# Backport: https://github.com/MichaIng/DietPi/issues/6747
if (( $G_HW_MODEL == 4 && $G_DISTRO > 6 )) && dpkg-query -s rpi-eeprom &> /dev/null
then
G_DIETPI-NOTIFY 2 'Setting rpi-eeprom package on hold to prevent conflicting upgrade attempt'
G_EXEC apt-mark hold rpi-eeprom
fi
fi

# v8.24
Expand Down

0 comments on commit 1cb7672

Please sign in to comment.