mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +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
|
### OS X
|
||||||
|
|
||||||
- [XCode](https://developer.apple.com/xcode/)
|
- [XCode](https://developer.apple.com/xcode/)
|
||||||
- [afsctool](https://brkirch.wordpress.com/afsctool/)
|
|
||||||
|
|
||||||
Cloning the project
|
Cloning the project
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -52,7 +52,7 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then
|
|||||||
else
|
else
|
||||||
if [ "$ARGV_OPERATING_SYSTEM" == "darwin" ]; then
|
if [ "$ARGV_OPERATING_SYSTEM" == "darwin" ]; then
|
||||||
./scripts/build/check-dependency.sh brew
|
./scripts/build/check-dependency.sh brew
|
||||||
brew install afsctool jq
|
brew install jq
|
||||||
elif [ "$ARGV_OPERATING_SYSTEM" == "win32" ]; then
|
elif [ "$ARGV_OPERATING_SYSTEM" == "win32" ]; then
|
||||||
./scripts/build/check-dependency.sh choco
|
./scripts/build/check-dependency.sh choco
|
||||||
choco install nsis -version 2.51
|
choco install nsis -version 2.51
|
||||||
|
Loading…
x
Reference in New Issue
Block a user