home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 16 Apr 2025 01:33:09 +0000 (03:33 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 16 Apr 2025 01:33:09 +0000 (03:33 +0200)
bookworm/scripts/lib/ensure_packages_of_tags

index b076d33bf7bd06ce61db3930a0a7dffa2026180a..1492044edd5dee73417488ef5652836f9391731e 100644 (file)
@@ -6,7 +6,7 @@ ensure_packages_of_tags() {
         if [ ! -f "${_PATH_APTMARK_TAG}" ]; then
             continue
         fi
-        printf 'For tag "%s", installing:"
+        echo "For tag '"{_TAG}"', installing"
         cat "${_PATH_APTMARK_TAG}" | while read _LINE; do
             if [ ! $(echo "${_LINE}" | cut -c1) = "#" ]; then
                 apt-get -q -y -o Dpkg::Options::="--force-confnew" install "${_LINE}"