Move execution steps around
This commit is contained in:
parent
f421653331
commit
8e31adf581
|
|
@ -25,8 +25,8 @@
|
|||
},
|
||||
{
|
||||
"inline": [
|
||||
"brew --version",
|
||||
"brew update"
|
||||
"echo 'Disabling spotlight...'",
|
||||
"sudo mdutil -a -i off"
|
||||
],
|
||||
"type": "shell"
|
||||
},
|
||||
|
|
@ -49,13 +49,8 @@
|
|||
},
|
||||
{
|
||||
"inline": [
|
||||
"echo 'Disabling spotlight...'",
|
||||
"sudo mdutil -a -i off"
|
||||
],
|
||||
"type": "shell"
|
||||
},
|
||||
{
|
||||
"inline": [
|
||||
"brew --version",
|
||||
"brew update",
|
||||
"brew install xctool"
|
||||
],
|
||||
"type": "shell"
|
||||
|
|
|
|||
Loading…
Reference in New Issue