Skip to content

Commit 11785ba

Browse files
authored
Update 16_pkg_install.sh
1 parent 0a81405 commit 11785ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts.d/16_pkg_install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,18 @@ INSTALL_PACKAGES=(
4545
# python3-bcrypt python3-nacl # fix slow pip
4646
)
4747

48+
_op _chroot apt-mark hold linux-headers-rpi-v8
49+
_op _chroot apt-mark hold linux-image-rpi-v8
50+
_op _chroot apt-mark hold linux-headers-rpi-2712
51+
_op _chroot apt-mark hold linux-image-rpi-2712
52+
4853
if [[ ${INSTALL_PACKAGES:-} ]] ; then
4954
echo "Installing ${INSTALL_PACKAGES[*]}"
5055
_apt install "${INSTALL_PACKAGES[@]}" || die "Could not install ${INSTALL_PACKAGES[*]}"
5156
fi
5257

5358
_op _chroot apt-mark hold tor #TODO bring back to upstream
59+
_op _chroot apt-mark unhold linux-headers-rpi-v8
60+
_op _chroot apt-mark unhold linux-image-rpi-v8
61+
_op _chroot apt-mark unhold linux-headers-rpi-2712
62+
_op _chroot apt-mark unhold linux-image-rpi-2712

0 commit comments

Comments
 (0)