Skip to content

Commit 394480c

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent 9af1b58 commit 394480c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/15_pkg_upgrade.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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 libsystemd-shared libsystemd0 libudev1
8+
initramfs-tools initramfs-tools-core udev libudev1
9+
systemd-timesyncd systemd libpam-systemd libsystemd-shared libsystemd0
910
)
1011

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

0 commit comments

Comments
 (0)