From a762def57906979b8449ac3968bf6ff815c863b4 Mon Sep 17 00:00:00 2001 From: Tigriz <tigriz@nigge.rs> Date: Thu, 17 Sep 2020 00:22:25 +0200 Subject: [PATCH] Testing convert+montage instead of magick --- matrixpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrixpack.sh b/matrixpack.sh index 6102fa0..943897e 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 -- GitLab