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