mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update ha_automatic_packages.sh
This commit is contained in:
@@ -41,7 +41,7 @@ fi
|
|||||||
# ADD GENERAL ELEMENTS
|
# ADD GENERAL ELEMENTS
|
||||||
######################
|
######################
|
||||||
|
|
||||||
PACKAGES="$PACKAGES jq curl ca-certificates"
|
PACKAGES="$PACKAGES jq curl ca-certificates micro"
|
||||||
|
|
||||||
# FOR EACH SCRIPT, SELECT PACKAGES
|
# FOR EACH SCRIPT, SELECT PACKAGES
|
||||||
##################################
|
##################################
|
||||||
@@ -223,12 +223,6 @@ fi
|
|||||||
# INSTALL MANUAL APPS #
|
# INSTALL MANUAL APPS #
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
# Install micro texteditor
|
|
||||||
if ! command -v "micro" &> /dev/null; then
|
|
||||||
curl https://getmic.ro | bash || true
|
|
||||||
mv micro /usr/bin || true
|
|
||||||
fi
|
|
||||||
|
|
||||||
for files in "/etc/services.d" "/etc/cont-init.d"; do
|
for files in "/etc/services.d" "/etc/cont-init.d"; do
|
||||||
|
|
||||||
# Next directory if does not exists
|
# Next directory if does not exists
|
||||||
|
|||||||
Reference in New Issue
Block a user