mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-25 01:32:57 -04:00
use apt-get i.s.o. apt
This commit is contained in:
@@ -8,7 +8,7 @@ fi
|
||||
|
||||
# Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
apt install -y --no-install-recommends ${INSTALL_PACKAGES}
|
||||
apt-get install -y --no-install-recommends ${INSTALL_PACKAGES}
|
||||
fi
|
||||
|
||||
# Alpine
|
||||
|
||||
Reference in New Issue
Block a user