From 9de056d2718ab19c0abe889d96cd69084988fd33 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 4 Sep 2022 21:30:09 -0400 Subject: [PATCH] deprecate --- .../run | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run b/root/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run index 0a3983b..34f760f 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run @@ -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 **** +**** **** +**** **** +************************************************************************** +************************************************************************** +************************************************************************** +'