Skip to content
Snippets Groups Projects
Commit 4a2f8eb8 authored by Jens Heidbüchel's avatar Jens Heidbüchel
Browse files

Ensure that Xcode command line tools get installed

parent cf7df2e3
Branches
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
echo Installing homebrew echo Installing Xcode command line tools if necessary...
gcc --version
echo Installing homebrew...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo Installing ansible... echo Installing ansible...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment