Updated install_deps.sh to handle Big Sur 11.3 and 11.4

This commit is contained in:
Allegheny Crypto 2021-06-16 21:06:36 -04:00 committed by hrkrshnn
parent e8ebfe49a1
commit 182ec685fe

View File

@ -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."