Skip to content

Commit 747f3b7

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent b1e1c49 commit 747f3b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts.d/15_pkg_upgrade.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
2+
23
source lib.sh
34

5+
#MODE="debug" # Comment for "default" for bulk upgrade mode
6+
47
# Temporary fix to not break GUI icons and background
58
packages_to_hold=(
69
libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules libfm4 raspberrypi-ui-mods
@@ -9,8 +12,6 @@ packages_to_hold=(
912
systemd-timesyncd systemd libpam-systemd libsystemd-shared libsystemd0
1013
)
1114

12-
MODE="debug" # Comment for "default" for bulk upgrade mode
13-
1415
for pkg in "${packages_to_hold[@]}"; do
1516
_op _chroot apt-mark hold "$pkg"
1617
done

0 commit comments

Comments
 (0)