Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/95-apt-get
T
2023-03-02 19:20:45 +00:00

7 lines
105 B
Plaintext

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