mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -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
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
DEBIAN_FRONTEND="noninteractive"
|
||||
apt-get install -y --no-install-recommends ${PKG}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user