use apt-get i.s.o. apt

This commit is contained in:
RoboMagus
2022-02-16 22:19:52 +01:00
parent ff202f65d2
commit 31d95ba68a
+1 -1
View File
@@ -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