We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af1b58 commit 394480cCopy full SHA for 394480c
scripts.d/15_pkg_upgrade.sh
@@ -5,7 +5,8 @@ source lib.sh
5
packages_to_hold=(
6
libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules libfm4 raspberrypi-ui-mods
7
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
+ initramfs-tools initramfs-tools-core udev libudev1
9
+ systemd-timesyncd systemd libpam-systemd libsystemd-shared libsystemd0
10
)
11
12
for pkg in "${packages_to_hold[@]}"; do
0 commit comments