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