mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
correct
This commit is contained in:
@@ -137,7 +137,6 @@ done
|
|||||||
if [ "$PACKMANAGER" = "apt" ]; then apt-get update >/dev/null; fi
|
if [ "$PACKMANAGER" = "apt" ]; then apt-get update >/dev/null; fi
|
||||||
|
|
||||||
# Install apps one by one to allow failures
|
# Install apps one by one to allow failures
|
||||||
ERROR=0
|
|
||||||
for packagestoinstall in $PACKAGES; do
|
for packagestoinstall in $PACKAGES; do
|
||||||
[ "$VERBOSE" = true ] && echo "... $packagestoinstall"
|
[ "$VERBOSE" = true ] && echo "... $packagestoinstall"
|
||||||
if [ "$PACKMANAGER" = "apk" ]; then
|
if [ "$PACKMANAGER" = "apk" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user