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

index 3c198f89241ea8bcfb4dd7c81708a48ab40f75b6..d70fd321680a9eb585e372a468bb1e7ab89859e2 100644 (file)
@@ -5,7 +5,6 @@ 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"'
 for _TAG in $@; do
     prefixed_msg_no_nl "For tag '${_TAG}', "
     if [ "$(echo ${_TAG} | cut -d':' -f1)" = 'keep_if_installed' ]; then