Skip to content

Commit

Permalink
Micro Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 7, 2024
1 parent a326bd0 commit 3fd1007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .templates/ha_automatic_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fd1007

Please sign in to comment.