From: Christian Heller Date: Mon, 5 May 2025 22:20:19 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/conditions?a=commitdiff_plain;h=0a948da14f567be2a7d4832994856045b8538283;p=config Fix. --- diff --git a/bookworm/scripts/lib/ensure_packages_of_tags b/bookworm/scripts/lib/ensure_packages_of_tags index fc42d3b..fa10906 100644 --- a/bookworm/scripts/lib/ensure_packages_of_tags +++ b/bookworm/scripts/lib/ensure_packages_of_tags @@ -5,7 +5,7 @@ ensure_packages_of_tags() { prefixed_msg_init 'ensure_packages_of_tags' prefixed_msg 'starting' -_INSTALL_CMD='apt_get_digested "-q -q -o Dpkg::Options::=--force-confnew install"' +_INSTALL_CMD='apt_get_digested "-q -q -o Dpkg::Options::=--force-confnew" install' for _TAG in $@; do prefixed_msg_no_nl "For tag '${_TAG}', " if [ "$(echo ${_TAG} | cut -d':' -f1)" = 'keep_if_installed' ]; then