From 0067ede9ae36bb6b4a9dec50d4c33d0e04896dba Mon Sep 17 00:00:00 2001 From: Bulat Yapparov Date: Sat, 17 Oct 2020 16:42:43 +0100 Subject: [PATCH] Removed `brew install caskroom` line that fails see: https://github.com/Homebrew/homebrew-cask/issues/35645 --- install | 1 - 1 file changed, 1 deletion(-) diff --git a/install b/install index 8a9bc0d..1220f37 100755 --- a/install +++ b/install @@ -42,7 +42,6 @@ do_install() # XQuartz if ! hash xquartz 2>/dev/null; then - brew install caskroom/cask/brew-cask brew cask install xquartz echo "Log out and in to finalize XQuartz setup." exit 0