Update imagemagick.sh

pull/708/head
Mr Chen 3 months ago
parent 21637f170f
commit 08558b1581
  1. 2
      plugins/php/versions/common/imagemagick.sh

@ -21,6 +21,8 @@ version=$2
if [ "$version" == "53" ];then
echo 'not need'
exit 0
elif [ "$version" == "80" ];then
LIBV=3.6.0
elif [ "$version" -lt "70" ];then
LIBV=3.6.0
else

Loading…
Cancel
Save