Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-09 20:24:39 +01:00
committed by GitHub
parent 333dcc714e
commit 09a31f4ebb

View File

@@ -4,9 +4,8 @@
# INIT #
########
PACKAGES="$@"
echo $PACKAGES
set +u 2>/dev/null
PACKAGES="${@:-}"
VERBOSE=true
################################