From: Christian Heller Date: Mon, 5 May 2025 22:22:03 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/add_task?a=commitdiff_plain;h=71c4de0ad3125f97088470877b8322c9c65096f5;p=config Fix. --- diff --git a/bookworm/scripts/lib/ensure_packages_of_tags b/bookworm/scripts/lib/ensure_packages_of_tags index fa10906..e277354 100644 --- a/bookworm/scripts/lib/ensure_packages_of_tags +++ b/bookworm/scripts/lib/ensure_packages_of_tags @@ -28,7 +28,7 @@ for _TAG in $@; do if [ -z "${_PACKAGES}" ]; then echo 'nothing to install.' else - echo 'ensuring installation of: ${_PACKAGES}' + echo "ensuring installation of: ${_PACKAGES}" ${_INSTALL_CMD} ${_PACKAGES} fi done