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 #!/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 ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'