Fixed bucket name
This commit is contained in:
parent
1f284b8c28
commit
cadc9dd7a3
|
|
@ -50,7 +50,7 @@
|
|||
"inline": [
|
||||
"source ~/.zprofile",
|
||||
"brew install wget robotsandpencils/made/xcodes",
|
||||
"wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
|
||||
"wget --quiet https://storage.googleapis.com/parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
|
||||
"xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip",
|
||||
"sudo rm -rf ~/.Trash/*",
|
||||
"xcodes select $XCODE_VERSION",
|
||||
|
|
|
|||
Loading…
Reference in New Issue