From 182ec685fea62aeab0170325f0f4a92a5dad630e Mon Sep 17 00:00:00 2001 From: Allegheny Crypto Date: Wed, 16 Jun 2021 21:06:36 -0400 Subject: [PATCH] Updated install_deps.sh to handle Big Sur 11.3 and 11.4 --- scripts/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 52ecc936c..8fa65667a 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -93,8 +93,8 @@ case $(uname -s) in 10.15) echo "Installing solidity dependencies on macOS 10.15 Catalina." ;; - 11.0 | 11.1 | 11.2) - echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 Big Sur." + 11.0 | 11.1 | 11.2 | 11.3 | 11.4) + echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 / 11.3 / 11.4 Big Sur." ;; *) echo "Unsupported macOS version."