deprecate

This commit is contained in:
aptalca
2022-08-12 15:02:39 -04:00
parent 530d2bfaa5
commit c085cb327e
2 changed files with 23 additions and 0 deletions
+21
View File
@@ -1,5 +1,26 @@
#!/usr/bin/with-contenv bash
echo '
**************************************************************************
**************************************************************************
**************************************************************************
**** ****
**** ****
**** letsencrypt-imagemagick mod has been deprecated ****
**** ****
**** ****
**** Please use swag-imagemagick instead ****
**** ****
**** ****
**** https://github.com/linuxserver/docker-mods/tree/swag-imagemagick ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'
echo "**** installing imagemagick ****"
apk add --no-cache \
php7-pecl-imagick \