Merge pull request #440 from linuxserver/letsencrypt-imagemagick-deprecate

deprecate
This commit is contained in:
aptalca
2022-08-12 15:14:43 -04:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# THIS MOD HAS BEEN DEPRECATED - Please use [swag-imagemagick](https://github.com/linuxserver/docker-mods/tree/swag-imagemagick) instead
# Imagemagick - Docker mod for nginx/letsencrypt
This mod adds imagemagick and the php7 imagick module to nginx/letsencrypt, to be installed/updated during container start.
+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 \