Skip to content

Commit 014761b

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent e5e8205 commit 014761b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/15_pkg_upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source lib.sh
55
packages_to_hold=(
66
libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules libfm4
77
raspberrypi-ui-mods linux-headers-rpi-v8 linux-image-rpi-v8
8-
linux-headers-rpi-2712 linux-image-rpi-2712 initramfs-tools
8+
linux-headers-rpi-2712 linux-image-rpi-2712 initramfs-tools udev
99
)
1010

1111
for pkg in "${packages_to_hold[@]}"; do

0 commit comments

Comments
 (0)