Skip to content

Commit a074bc4

Browse files
authored
Update 15_pkg_upgrade.sh
1 parent 6ab1a90 commit a074bc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts.d/15_pkg_upgrade.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ _op _chroot apt-mark hold libfm4
1414
_op _chroot apt-mark hold raspberrypi-ui-mods
1515
_op _chroot apt-mark hold linux-headers-rpi-v8
1616
_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
1719

1820
echo "Installing Updates"
1921
_apt update || die "Could not update package sources"
@@ -28,3 +30,5 @@ _op _chroot apt-mark unhold libfm4
2830
_op _chroot apt-mark unhold raspberrypi-ui-mods
2931
_op _chroot apt-mark unhold linux-headers-rpi-v8
3032
_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

Comments
 (0)