From 8aefca0c7b982cf937a98e286d1f77e85c4e842e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 18 Jan 2026 07:55:46 +0100 Subject: [PATCH] Update ha_automatic_packages.sh --- .templates/ha_automatic_packages.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.templates/ha_automatic_packages.sh b/.templates/ha_automatic_packages.sh index cb65c7999..1043fe1f1 100755 --- a/.templates/ha_automatic_packages.sh +++ b/.templates/ha_automatic_packages.sh @@ -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