Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/95-apt-get
T
TheCaptain989 931a617946 Included apt-get standardization
apt-get update changes made by aptalca
2021-09-26 14:12:20 -05:00

6 lines
81 B
Plaintext

#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi