mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-26 10:12:46 -04:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if [ -f /usr/bin/apt ]; then
|
|
apt-get update
|
|
fi
|