File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ _op _chroot apt-mark hold linux-headers-rpi-2712
4343_op _chroot apt-mark hold linux-image-rpi-2712
4444_op _chroot apt-mark hold initramfs-tools
4545
46- # if [[ ${INSTALL_PACKAGES:-} ]] ; then
47- # echo "Installing ${INSTALL_PACKAGES[*]}"
48- # _apt install "${INSTALL_PACKAGES[@]}" # || die "Could not install ${INSTALL_PACKAGES[*]}"
49- # fi
46+ if [[ ${INSTALL_PACKAGES:- } ]] ; then
47+ echo " Installing ${INSTALL_PACKAGES[*]} "
48+ _apt install " ${INSTALL_PACKAGES[@]} " # || die "Could not install ${INSTALL_PACKAGES[*]}"
49+ fi
5050
51- for package in " ${INSTALL_PACKAGES[@]} " ; do
52- _apt install -y " $package "
53- if [[ $? -ne 0 ]]; then
54- echo " Error installing $package . Continuing..."
55- fi
56- done
51+ # for package in "${INSTALL_PACKAGES[@]}"; do
52+ # _apt install -y "$package"
53+ # if [[ $? -ne 0 ]]; then
54+ # echo "Error installing $package. Continuing..."
55+ # fi
56+ # done
5757
5858_op _chroot apt-mark hold tor # TODO bring back to upstream
5959_op _chroot apt-mark unhold linux-headers-rpi-v8
You can’t perform that action at this time.
0 commit comments