Add maintainer; update script name

This commit is contained in:
Braincoke
2020-05-27 22:07:24 +02:00
parent 22d97473e1
commit 60fedfb40a
2 changed files with 2 additions and 0 deletions
+7
View File
@@ -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