From cef295859c450766f0f13e18ec497e8593da048b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:27:36 +0100 Subject: [PATCH] Update ha_automatic_packages.sh --- .templates/ha_automatic_packages.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.templates/ha_automatic_packages.sh b/.templates/ha_automatic_packages.sh index 1043fe1f1..a58794da6 100755 --- a/.templates/ha_automatic_packages.sh +++ b/.templates/ha_automatic_packages.sh @@ -41,7 +41,7 @@ fi # ADD GENERAL ELEMENTS ###################### -PACKAGES="$PACKAGES jq curl ca-certificates" +PACKAGES="$PACKAGES jq curl ca-certificates micro" # FOR EACH SCRIPT, SELECT PACKAGES ################################## @@ -223,12 +223,6 @@ fi # INSTALL MANUAL APPS # ####################### -# Install micro texteditor -if ! command -v "micro" &> /dev/null; then - curl https://getmic.ro | bash || true - mv micro /usr/bin || true -fi - for files in "/etc/services.d" "/etc/cont-init.d"; do # Next directory if does not exists