6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# https://docs.brew.sh/Homebrew-on-Linux
|
|
|
|
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh | bash
|