Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/95-apt-get
T
TheSpad 9fbcc36241 v3ify
2022-07-24 14:42:54 +01:00

6 lines
81 B
Plaintext
Executable File

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