mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 05:26:28 +01:00
Update ha_automatic_packages.sh
This commit is contained in:
@@ -224,10 +224,10 @@ fi
|
|||||||
#######################
|
#######################
|
||||||
|
|
||||||
# Install micro texteditor
|
# Install micro texteditor
|
||||||
curl https://getmic.ro | bash || true
|
if ! command -v "micro" &> /dev/null; then
|
||||||
mv micro /usr/bin || true
|
curl https://getmic.ro | bash || true
|
||||||
micro -plugin install bounce || true
|
mv micro /usr/bin || true
|
||||||
micro -plugin install filemanager || true
|
fi
|
||||||
|
|
||||||
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