From a97befb9119ef3ff354ff626d6cf449fa7efa486 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Fri, 11 Nov 2016 09:28:23 -0300 Subject: [PATCH] Remove macOS Sierra note from install_deps.sh --- scripts/install_deps.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index c9f827699..255176ab5 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -83,12 +83,6 @@ case $(uname -s) in ;; 10.12) echo "Installing solidity dependencies on macOS 10.12 Sierra." - echo "" - echo "NOTE - You are in unknown territory with this preview OS." - echo "Even Homebrew doesn't have official support yet, and there are" - echo "known issues (see https://github.com/ethereum/webthree-umbrella/issues/614)." - echo "If you would like to partner with us to work through these issues, that" - echo "would be fantastic. Please just comment on that issue. Thanks!" ;; *) echo "Unsupported macOS version."