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