mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
deprecate
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ ! -f /usr/bin/apprise ]; then
|
||||
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
|
||||
else
|
||||
echo "**** apprise already installed, skipping ****"
|
||||
fi
|
||||
echo '
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**** ****
|
||||
**** ****
|
||||
**** healthchecks-apprise mod has been deprecated ****
|
||||
**** ****
|
||||
**** ****
|
||||
**** apprise is now included in the main image ****
|
||||
**** ****
|
||||
**** ****
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user