From: Christian Heller Date: Mon, 5 May 2025 22:26:05 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/calendar?a=commitdiff_plain;h=48e8175703da3b0f68602ceddcd7b71c6a82649c;p=config Fix. --- diff --git a/bookworm/scripts/lib/ensure_packages_of_tags b/bookworm/scripts/lib/ensure_packages_of_tags index e277354..5b7373d 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