mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-29 11:54:04 +02:00
Micro Optional
This commit is contained in:
@@ -216,10 +216,10 @@ fi
|
|||||||
#######################
|
#######################
|
||||||
|
|
||||||
# Install micro texteditor
|
# Install micro texteditor
|
||||||
curl https://getmic.ro | bash
|
curl https://getmic.ro | bash || true
|
||||||
mv micro /usr/bin
|
mv micro /usr/bin || true
|
||||||
micro -plugin install bounce
|
micro -plugin install bounce || true
|
||||||
micro -plugin install filemanager
|
micro -plugin install filemanager || true
|
||||||
|
|
||||||
for files in "/etc/services.d" "/etc/cont-init.d"; do
|
for files in "/etc/services.d" "/etc/cont-init.d"; do
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user