This commit is contained in:
Alexandre
2022-01-20 21:23:12 +01:00
parent b6f19713bb
commit 91359f7a84

View File

@@ -137,7 +137,6 @@ done
if [ "$PACKMANAGER" = "apt" ]; then apt-get update >/dev/null; fi
# Install apps one by one to allow failures
ERROR=0
for packagestoinstall in $PACKAGES; do
[ "$VERBOSE" = true ] && echo "... $packagestoinstall"
if [ "$PACKMANAGER" = "apk" ]; then