brew config for macos
This commit is contained in:
parent
407bb869f8
commit
5ac46c3641
5
meta/configs/brew.yaml
Normal file
5
meta/configs/brew.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- shell:
|
||||||
|
- command: '[[ $(command -v brew) == "" ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" || echo "Updating homebrew..." && /bin/bash -c "brew update"'
|
||||||
|
stdout: true
|
||||||
|
quiet: true
|
||||||
|
description: Installing homebrew
|
Loading…
Reference in New Issue
Block a user