Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-08 13:22:00 +01:00
committed by GitHub
parent ab8d44d57a
commit 6b3a2aad49

View File

@@ -21,7 +21,7 @@ else
PACKMANAGER="apt"
PACKAGES="apt-get clean \
&& apt-get update \
&& apt-get install -y $PACKAGES"
&& apt-get install -y --no-install-recommends $PACKAGES"
fi
###################