From: Christian Heller Date: Wed, 16 Apr 2025 01:33:09 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/task?a=commitdiff_plain;h=9ea5ac3e5610eefc029469a27b73950906e65e5b;p=config Fix. --- 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}"