Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-09 20:30:49 +01:00
committed by GitHub
parent 45b5091846
commit 4f3fe29233

View File

@@ -4,9 +4,10 @@
# INIT # # INIT #
######## ########
VERBOSE=true
set +u 2>/dev/null set +u 2>/dev/null
PACKAGES="${@:-}" PACKAGES="${@:-}"
VERBOSE=true [ $VERBOSE = true ] && echo "ENV : $PACKAGES"
############################ ############################
# CHECK WHICH BASE IS USED # # CHECK WHICH BASE IS USED #