From dbc8aa159d6b1e82f3cdae83c8026139dbb349d2 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 16 Jun 2017 17:36:00 -0400 Subject: [PATCH] chore(travis): remove unused afsctool macOS dependency (#1521) Signed-off-by: Juan Cruz Viotti --- docs/RUNNING-LOCALLY.md | 1 - scripts/ci/install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/RUNNING-LOCALLY.md b/docs/RUNNING-LOCALLY.md index 81a8789c..02f2c91c 100644 --- a/docs/RUNNING-LOCALLY.md +++ b/docs/RUNNING-LOCALLY.md @@ -43,7 +43,6 @@ The following MinGW packages are required: ### OS X - [XCode](https://developer.apple.com/xcode/) -- [afsctool](https://brkirch.wordpress.com/afsctool/) Cloning the project ------------------- diff --git a/scripts/ci/install.sh b/scripts/ci/install.sh index e0c8b3d4..b92d8030 100755 --- a/scripts/ci/install.sh +++ b/scripts/ci/install.sh @@ -52,7 +52,7 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then else if [ "$ARGV_OPERATING_SYSTEM" == "darwin" ]; then ./scripts/build/check-dependency.sh brew - brew install afsctool jq + brew install jq elif [ "$ARGV_OPERATING_SYSTEM" == "win32" ]; then ./scripts/build/check-dependency.sh choco choco install nsis -version 2.51