mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-02 06:28:34 -04:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing shellcheck ****"
|
|
apt-get install -y \
|
|
shellcheck
|