mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-05 07:40:00 -04:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
# Install Apprise
|
|
if [ ! -f /usr/bin/apprise ]; then
|
|
echo "Running Custom installation of Apprise"
|
|
pip3 install --no-cache-dir apprise
|
|
fi |