mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Merge pull request #374 from linuxserver/universal-package-install-nonint
set noninteractive for apt-get
This commit is contained in:
@@ -15,6 +15,7 @@ for PKG in "${INSTALL_PACKAGES[@]}"; do
|
|||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
|
DEBIAN_FRONTEND="noninteractive"
|
||||||
apt-get install -y --no-install-recommends ${PKG}
|
apt-get install -y --no-install-recommends ${PKG}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user