From: Christian Heller Date: Mon, 5 May 2025 22:18:37 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D/foo.html?a=commitdiff_plain;h=009ed363ceb44e93c89914215cf79e68b16bc976;p=config Fix. --- diff --git a/bookworm/scripts/lib/ensure_packages_of_tags b/bookworm/scripts/lib/ensure_packages_of_tags index 310a2cc..fc42d3b 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