From 4638f11287bc05621e87623342d08667cc71e99c Mon Sep 17 00:00:00 2001 From: Foxlet Date: Wed, 1 May 2019 15:41:28 -0400 Subject: [PATCH] [TOOLS] Set fetch to High Sierra. --- tools/FetchMacOS/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/FetchMacOS/fetch.sh b/tools/FetchMacOS/fetch.sh index 9e278d0..a05ecea 100755 --- a/tools/FetchMacOS/fetch.sh +++ b/tools/FetchMacOS/fetch.sh @@ -3,5 +3,5 @@ SCRIPTDIR="$(dirname "$0")"; cd $SCRIPTDIR sudo easy_install pip sudo -H pip install -r requirements.txt -python fetch-macos.py -l +python fetch-macos.py -p 091-95155 exit;