File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
4853if [[ ${INSTALL_PACKAGES:- } ]] ; then
4954 echo " Installing ${INSTALL_PACKAGES[*]} "
5055 _apt install " ${INSTALL_PACKAGES[@]} " || die " Could not install ${INSTALL_PACKAGES[*]} "
5156fi
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
You can’t perform that action at this time.
0 commit comments