diff --git a/.templates/automatic_packages.sh b/.templates/automatic_packages.sh index b6087dd07..12fbfb4b0 100644 --- a/.templates/automatic_packages.sh +++ b/.templates/automatic_packages.sh @@ -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