aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_deps.sh
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2016-11-11 20:28:23 +0800
committerFederico Bond <federicobond@gmail.com>2016-11-11 20:28:23 +0800
commita97befb9119ef3ff354ff626d6cf449fa7efa486 (patch)
treeed7eeb7cc6d7fdc9bef87b8b7cf9ea15e6656c9d /scripts/install_deps.sh
parent81118de51273a5aef711b321f20ee02da9e55533 (diff)
downloaddexon-solidity-a97befb9119ef3ff354ff626d6cf449fa7efa486.tar.gz
dexon-solidity-a97befb9119ef3ff354ff626d6cf449fa7efa486.tar.zst
dexon-solidity-a97befb9119ef3ff354ff626d6cf449fa7efa486.zip
Remove macOS Sierra note from install_deps.sh
Diffstat (limited to 'scripts/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."