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 6ab1a90 commit a074bc4Copy full SHA for a074bc4
scripts.d/15_pkg_upgrade.sh
@@ -14,6 +14,8 @@ _op _chroot apt-mark hold libfm4
14
_op _chroot apt-mark hold raspberrypi-ui-mods
15
_op _chroot apt-mark hold linux-headers-rpi-v8
16
_op _chroot apt-mark hold linux-image-rpi-v8
17
+_op _chroot apt-mark hold linux-headers-rpi-2712
18
+_op _chroot apt-mark hold linux-image-rpi-2712
19
20
echo "Installing Updates"
21
_apt update || die "Could not update package sources"
@@ -28,3 +30,5 @@ _op _chroot apt-mark unhold libfm4
28
30
_op _chroot apt-mark unhold raspberrypi-ui-mods
29
31
_op _chroot apt-mark unhold linux-headers-rpi-v8
32
_op _chroot apt-mark unhold linux-image-rpi-v8
33
+_op _chroot apt-mark unhold linux-headers-rpi-2712
34
+_op _chroot apt-mark unhold linux-image-rpi-2712
0 commit comments