Skip to content

Commit 9b10706

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent 026d96f commit 9b10706

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scripts.d/15_pkg_upgrade.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
exit 0
2+
#exit 0
33
source lib.sh
44

55
# temporay fix to not break GUI icons and background
@@ -10,10 +10,10 @@ _op _chroot apt-mark hold libfm-gtk4
1010
_op _chroot apt-mark hold libfm-modules
1111
_op _chroot apt-mark hold libfm4
1212
_op _chroot apt-mark hold raspberrypi-ui-mods
13-
_op _chroot apt-mark hold linux-headers-rpi-v8
14-
_op _chroot apt-mark hold linux-image-rpi-v8
15-
_op _chroot apt-mark hold linux-headers-rpi-2712
16-
_op _chroot apt-mark hold linux-image-rpi-2712
13+
#_op _chroot apt-mark hold linux-headers-rpi-v8
14+
#_op _chroot apt-mark hold linux-image-rpi-v8
15+
#_op _chroot apt-mark hold linux-headers-rpi-2712
16+
#_op _chroot apt-mark hold linux-image-rpi-2712
1717

1818
echo "Installing Updates"
1919
_apt update || die "Could not update package sources"
@@ -26,7 +26,7 @@ _op _chroot apt-mark unhold libfm-gtk4
2626
_op _chroot apt-mark unhold libfm-modules
2727
_op _chroot apt-mark unhold libfm4
2828
_op _chroot apt-mark unhold raspberrypi-ui-mods
29-
_op _chroot apt-mark unhold linux-headers-rpi-v8
30-
_op _chroot apt-mark unhold linux-image-rpi-v8
31-
_op _chroot apt-mark unhold linux-headers-rpi-2712
32-
_op _chroot apt-mark unhold linux-image-rpi-2712
29+
#_op _chroot apt-mark unhold linux-headers-rpi-v8
30+
#_op _chroot apt-mark unhold linux-image-rpi-v8
31+
#_op _chroot apt-mark unhold linux-headers-rpi-2712
32+
#_op _chroot apt-mark unhold linux-image-rpi-2712

0 commit comments

Comments
 (0)