← Back to context Comment by Tacite 3 months ago How did you try it? You said on github it doesn't work. 7 comments Tacite Reply wlesieutre 3 months ago They said it didn't work installed from homebrew, so I assume they went back and did the curl | bash install option Tacite 3 months ago This option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same? emmelaich 3 months ago 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 1 reply → RayVR 3 months ago That’s hilarious vessenes 3 months ago It loads after those errors. Tap space and talk to it.
wlesieutre 3 months ago They said it didn't work installed from homebrew, so I assume they went back and did the curl | bash install option Tacite 3 months ago This option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same? emmelaich 3 months ago 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 1 reply → RayVR 3 months ago That’s hilarious
Tacite 3 months ago This option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same? emmelaich 3 months ago 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 1 reply → RayVR 3 months ago That’s hilarious
emmelaich 3 months ago 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 1 reply →
They said it didn't work installed from homebrew, so I assume they went back and did the curl | bash install option
This option didn't work either. I tried it. Also, the install script… installs Brew. So at the end, it's the same?
Oh dear.
1 reply →
That’s hilarious
It loads after those errors. Tap space and talk to it.