From 084f61403dff50c299d799b807ae933a8df8d004 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Thu, 26 Oct 2023 18:13:57 +0200 Subject: [PATCH] DEV: Add support for Ubuntu 20 --- image/base/install-imagemagick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-imagemagick b/image/base/install-imagemagick index 911e719e61..10824460b5 100755 --- a/image/base/install-imagemagick +++ b/image/base/install-imagemagick @@ -23,7 +23,7 @@ apt -y -q install git make gcc pkg-config autoconf curl g++ yasm cmake \ libltdl7-dev libbz2-dev gsfonts libtiff-dev libfreetype6-dev libjpeg-dev # Ubuntu doesn't like `bullseye-backports` -if cat /etc/issue | grep -qi 'Ubuntu 22'; then +if cat /etc/issue | grep -qiE 'Ubuntu 20|22'; then apt -y install libheif1 libaom-dev libheif-dev else # Use backports instead of compiling it