Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- DietPi-Patches | Assure that the latest kernel build with USB HID support is installed
  • Loading branch information
MichaIng committed Nov 17, 2023
1 parent 60977fa commit f7a0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ Patch_8_24()
then
for i in quartz64{a,b} soquartz
do
dpkg --compare-versions "$(dpkg-query -Wf '${Version}' "firmware-$i" 2> /dev/null)" lt-nl 6.5.11-dietpi1 || continue
dpkg --compare-versions "$(dpkg-query -Wf '${Version}' "firmware-$i" 2> /dev/null)" lt-nl 6.5.11-dietpi2 || continue
G_DIETPI-NOTIFY 2 "Updating $i kernel and bootloader ..."
G_EXEC_OUTPUT=1 G_EXEC curl -fo package.deb "https://dietpi.com/downloads/binaries/firmware-$i.deb"
G_EXEC_OUTPUT=1 G_EXEC dpkg -i --force-confdef,confold package.deb
Expand Down

0 comments on commit f7a0aff

Please sign in to comment.