mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
Update 98-install-packages
fix old changes...
This commit is contained in:
@@ -15,7 +15,7 @@ for PKG in "${INSTALL_PACKAGES[@]}"; do
|
|||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
apt install -y --no-install-recommends ${PKG}
|
apt-get install -y --no-install-recommends ${PKG}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Alpine
|
# Alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user