From 83454d0c217e36aeb4e8df19564abbdd5ecc95af Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 23 Jan 2018 20:34:45 -0500 Subject: [PATCH 1/2] Correct notice about which macOS versions are supported --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index a8966f9609f9..b6853fc6b17c 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -86,7 +86,7 @@ case $(uname -s) in ;; *) echo "Unsupported macOS version." - echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on Sierra." + echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on High Sierra." exit 1 ;; esac From 735479e12bbc5be3fc8e785ae253f73189a35c80 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 23 Jan 2018 21:08:38 -0500 Subject: [PATCH 2/2] Add back Sierra --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index b6853fc6b17c..f27c8b455e43 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -86,7 +86,7 @@ case $(uname -s) in ;; *) echo "Unsupported macOS version." - echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on High Sierra." + echo "We only support Mavericks, Yosemite, El Capitan and Sierra, with work-in-progress on High Sierra." exit 1 ;; esac