mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
5 lines
143 B
Bash
5 lines
143 B
Bash
#!/bin/bash
|
|
|
|
# Straight from https://brew.sh
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|