mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# sources:
|
|
# - http://rapidprogrammer.com/how-to-install-homebrew-with-ansible
|
|
|
|
yes | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|