Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-09 18:45:54 +01:00
committed by GitHub
parent b6844b2ccd
commit b245bc035d

View File

@@ -4,8 +4,7 @@ set +e 2>/dev/null
##################
# INIT VARIABLES #
##################
echo "env : $PACKAGES"
PACKAGES=${PACKAGES:-""}
PACKMANAGER="apk"
############################