mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 18:53:31 -04:00
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if [ -f /usr/bin/apt ]; then
|
|
apt-get update
|
|
fi |