logoalt Hacker News

Taciteyesterday at 7:18 PM2 repliesview on HN

This option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same?


Replies

emmelaichtoday at 1:47 AM

Oh dear.

    if ! command -v brew &>/dev/null; then
        info "Installing Homebrew..."
        /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
        eval "$(/opt/homebrew/bin/brew shellenv)"
    fi
RayVRtoday at 1:03 AM

That’s hilarious