Update ha_automatic_packages.sh

This commit is contained in:
Alexandre
2026-01-18 07:55:46 +01:00
committed by GitHub
parent 4983ec3475
commit 8aefca0c7b

View File

@@ -224,10 +224,10 @@ fi
####################### #######################
# Install micro texteditor # Install micro texteditor
curl https://getmic.ro | bash || true if ! command -v "micro" &> /dev/null; then
mv micro /usr/bin || true curl https://getmic.ro | bash || true
micro -plugin install bounce || true mv micro /usr/bin || true
micro -plugin install filemanager || true fi
for files in "/etc/services.d" "/etc/cont-init.d"; do for files in "/etc/services.d" "/etc/cont-init.d"; do