Add brew installer
This commit is contained in:
parent
27c235a4da
commit
985f48677b
8
installer.sh
Normal file
8
installer.sh
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
echo "--cacert /usr/local/share/ca/cacert.pem" > ~/.curlrc
|
||||||
|
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
|
|
||||||
|
brew install ansible
|
Loading…
Reference in New Issue
Block a user