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 #
########
VERBOSE=true
set +u 2>/dev/null
PACKAGES="${@:-}"
VERBOSE=true
[ $VERBOSE = true ] && echo "ENV : $PACKAGES"
############################
# CHECK WHICH BASE IS USED #