mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
chore(travis): remove unused afsctool macOS dependency (#1521)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
103a048e4d
commit
dbc8aa159d
@ -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
|
||||
-------------------
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user