From b8f5bb5a763d743e5482f58d08a6a934cd3e572a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:28:52 +0200 Subject: [PATCH] Add default scripts --- .templates/ha_automodules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/ha_automodules.sh b/.templates/ha_automodules.sh index 47caa133d..379a377c9 100755 --- a/.templates/ha_automodules.sh +++ b/.templates/ha_automodules.sh @@ -6,6 +6,7 @@ ############################## MODULES="$1" +MODULES="$MODULES 00-banner.sh 01-custom_script.sh" echo "To download : $MODULES" # Install bash if not available