set noninteractive for apt-get

This commit is contained in:
aptalca
2022-05-13 09:37:10 -04:00
parent 6642622103
commit eedca63d4b
+1
View File
@@ -15,6 +15,7 @@ for PKG in "${INSTALL_PACKAGES[@]}"; do
# Ubuntu
if [ -f /usr/bin/apt ]; then
DEBIAN_FRONTEND="noninteractive"
apt-get install -y --no-install-recommends ${PKG}
fi