mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -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
|
||||||
@@ -23,4 +23,4 @@ for PKG in "${INSTALL_PACKAGES[@]}"; do
|
|||||||
apk add --no-cache ${PKG}
|
apk add --no-cache ${PKG}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user