aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-12-12 19:40:39 +0800
committerGitHub <noreply@github.com>2016-12-12 19:40:39 +0800
commite53fdb49335ccf5356a2fa8c1689afe82430a134 (patch)
treefb5ce18f56c44361e5ca6e2368dbbe65d6c4be9f
parentd0542f0e369a95ed2ae2a02cec2a199e3844c885 (diff)
parenta97befb9119ef3ff354ff626d6cf449fa7efa486 (diff)
downloaddexon-solidity-e53fdb49335ccf5356a2fa8c1689afe82430a134.tar.gz
dexon-solidity-e53fdb49335ccf5356a2fa8c1689afe82430a134.tar.zst
dexon-solidity-e53fdb49335ccf5356a2fa8c1689afe82430a134.zip
Merge pull request #1357 from federicobond/remove-sierra-note
Remove macOS Sierra note from install_deps.sh
-rwxr-xr-xscripts/install_deps.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index c9f82769..255176ab 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."