From 0a948da14f567be2a7d4832994856045b8538283 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 6 May 2025 00:20:19 +0200 Subject: [PATCH] Fix. --- bookworm/scripts/lib/ensure_packages_of_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2