1
0
Fork 0

unix-setup.sh: darwin: finally, add homebrew "installer"

This commit is contained in:
Pratham Patel 2024-02-19 12:58:38 +05:30
parent 39773f5c32
commit 0e6356c947
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function dnf_conf() {
function install_pkgs_darwin() {
if [[ "$(uname -s)" == 'Darwin' ]]; then
if ! command -v brew > /dev/null; then
echo "WIP"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
"${HOME}/.local/scripts/macos/brew-script.sh"