Update imagemagick.sh

This commit is contained in:
midoks 2023-08-13 15:18:25 +08:00
parent 59fcef76fe
commit f25d4f5a4f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ version=$2
if [ "$version" == "53" ];then
echo 'not need'
exit 0
elif [ "$version" == "54" ];then
elif [ "$version" -lt "56" ];then
LIBV=3.6.0
else
echo 'ok'