From 9ea5ac3e5610eefc029469a27b73950906e65e5b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 16 Apr 2025 03:33:09 +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 b076d33..1492044 100644 --- a/bookworm/scripts/lib/ensure_packages_of_tags +++ b/bookworm/scripts/lib/ensure_packages_of_tags @@ -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}" -- 2.30.2