We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b7f9a commit 96eed5bCopy full SHA for 96eed5b
scripts.d/16_pkg_install.sh
@@ -51,7 +51,7 @@ _op _chroot apt-mark hold linux-image-rpi-2712
51
52
if [[ ${INSTALL_PACKAGES:-} ]] ; then
53
echo "Installing ${INSTALL_PACKAGES[*]}"
54
- _apt install "${INSTALL_PACKAGES[@]}" || die "Could not install ${INSTALL_PACKAGES[*]}"
+ _apt install "${INSTALL_PACKAGES[@]}" # || die "Could not install ${INSTALL_PACKAGES[*]}"
55
fi
56
57
#for package in "${INSTALL_PACKAGES[@]}"; do
0 commit comments