From 6e9c5d8bd2e2e212a7781cda362e54632a07f1cc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:14:02 +0200 Subject: [PATCH] Update ha_autoapps.sh --- .templates/ha_autoapps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/ha_autoapps.sh b/.templates/ha_autoapps.sh index 3b2c6051e..73d6e803c 100755 --- a/.templates/ha_autoapps.sh +++ b/.templates/ha_autoapps.sh @@ -6,6 +6,7 @@ ############################## PACKAGES="$1" +echo "To install : $PACKAGES" # Install bash if needed if ! command -v bash >/dev/null 2>/dev/null; then