From 44171ef0ebede3bb9794a7ec1e2d3af67e151867 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 18 Oct 2021 12:12:40 +0200
Subject: [PATCH] [doc] Update homebrew installation [ci skip]

---
 doc/macos-ci-install/install-homebrew.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/macos-ci-install/install-homebrew.sh b/doc/macos-ci-install/install-homebrew.sh
index 00625eca..915f42fb 100755
--- a/doc/macos-ci-install/install-homebrew.sh
+++ b/doc/macos-ci-install/install-homebrew.sh
@@ -17,6 +17,6 @@ if [ ! -x ${brew} ]; then
     brew=/opt/homebrew/bin/brew
 fi
 
-${brew} install curl git coreutils highlight neovim tmux htop python@3 pygments gitlab-runner
+${brew} install curl git coreutils highlight neovim tmux htop python@3 pygments imagemagick gitlab-runner
 ${brew} services list #forces the installation of "services" support
 ${brew} install --cask mactex
-- 
GitLab