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
curl https://getmic.ro | bash || true
mv micro /usr/bin || true
micro -plugin install bounce || true
micro -plugin install filemanager || true
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