From bcf6fc98fddb36fcac0525542340a5886801c9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kordyzon?= <3505689+michalkordyzon@users.noreply.github.com> Date: Fri, 9 Sep 2022 09:22:25 +0200 Subject: [PATCH] Update install-deps --- install-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps b/install-deps index b1d5a4d44..d5b6cd6f5 100755 --- a/install-deps +++ b/install-deps @@ -93,7 +93,7 @@ if [[ `uname` == 'Darwin' ]]; then brew install git readline cmake wget brew install libjpeg imagemagick zeromq graphicsmagick openssl brew link readline --force - brew cask install xquartz + brew install --cask xquartz brew list -1 | grep -q "^gnuplot\$" && brew remove gnuplot brew install gnuplot --with-wxmac --with-cairo --with-pdflib-lite --with-x11 --without-lua brew install qt || true