deprecate

This commit is contained in:
aptalca
2022-09-04 21:30:09 -04:00
parent eb0cb63e22
commit 9de056d271
@@ -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 ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'