From 3fd1007f757759d962faa35497ffd495b82e6c6e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Sep 2024 07:35:27 +0200 Subject: [PATCH] Micro Optional --- .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 367a1373c..785a7acb2 100755 --- a/.templates/ha_automatic_packages.sh +++ b/.templates/ha_automatic_packages.sh @@ -216,10 +216,10 @@ fi ####################### # Install micro texteditor -curl https://getmic.ro | bash -mv micro /usr/bin -micro -plugin install bounce -micro -plugin install filemanager +curl https://getmic.ro | bash || true +mv micro /usr/bin || true +micro -plugin install bounce || true +micro -plugin install filemanager || true for files in "/etc/services.d" "/etc/cont-init.d"; do