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

index e1ebc87aa891777796c087a4e356679168a5a502..a03f4e639ffc264766612e4d9f8f022f5b8930c9 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