mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 10:21:36 -04:00
Add maintainer; update script name
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user