Update ha_automatic_packages.sh

This commit is contained in:
Alexandre
2026-01-21 14:27:36 +01:00
committed by GitHub
parent f3d28b3fb7
commit cef295859c

View File

@@ -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