home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 22:18:37 +0000 (00:18 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 22:18:37 +0000 (00:18 +0200)
bookworm/scripts/lib/ensure_packages_of_tags

index 310a2cc545f4246131066d1420013979ac2f7dce..fc42d3bd8afcdfe7e8ba505a338c1105f30b70d7 100644 (file)
@@ -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