mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
deprecate
This commit is contained in:
@@ -1,12 +1,18 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
if [ ! -f /usr/bin/apprise ]; then
|
echo '
|
||||||
echo "**** apprise not installed, adding to packages to be installed ****"
|
**************************************************************************
|
||||||
echo "apprise" >> /mod-pip-packages-to-install.list
|
**************************************************************************
|
||||||
if ! pip3 -v COMMAND &> /dev/null; then
|
**************************************************************************
|
||||||
echo "*** Pip not installed, adding to packages to be installed ****"
|
**** ****
|
||||||
echo "python3 python3-pip" >> /mod-repo-packages-to-install.list
|
**** ****
|
||||||
fi
|
**** healthchecks-apprise mod has been deprecated ****
|
||||||
else
|
**** ****
|
||||||
echo "**** apprise already installed, skipping ****"
|
**** ****
|
||||||
fi
|
**** apprise is now included in the main image ****
|
||||||
|
**** ****
|
||||||
|
**** ****
|
||||||
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
**************************************************************************
|
||||||
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user