Skip to content

Commit ed8adc8

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent e92f6e8 commit ed8adc8

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 raspberrypi-ui-mods
77
linux-headers-rpi-v8 linux-image-rpi-v8 linux-headers-rpi-2712 linux-image-rpi-2712
8-
initramfs-tools initramfs-tools-core udev libpam-systemd
8+
initramfs-tools initramfs-tools-core udev libpam-systemd libsystemd-shared
99
)
1010

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

0 commit comments

Comments
 (0)