mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-25 17:53:23 -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
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
apt install -y --no-install-recommends ${PKG}
|
||||
apt-get install -y --no-install-recommends ${PKG}
|
||||
fi
|
||||
|
||||
# Alpine
|
||||
@@ -23,4 +23,4 @@ for PKG in "${INSTALL_PACKAGES[@]}"; do
|
||||
apk add --no-cache ${PKG}
|
||||
fi
|
||||
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user