diff --git a/matrixpack.sh b/matrixpack.sh
index 6102fa0183c9bb0a999066d28f8b008e226e0b4a..943897edac52ab9ca01bba050b4154efb0d2b0bb 100755
--- a/matrixpack.sh
+++ b/matrixpack.sh
@@ -18,7 +18,7 @@ if test $# != 3 ; then
 fi
 
 # Checking if ImageMagick is installed
-if ! command -v magick &> /dev/null; then
+if ! command -v convert && ! command -v montage &> /dev/null; then
     echo "$0:ERROR: magick could not be found"
     echo "Usage : ./matrixpack.sh token homerserver directory"
     exit