From b9774652de2a07faa5a5680c99161a1648c4f283 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 16 Dec 2025 19:40:32 -0700 Subject: [PATCH] 1765939233 --- customscripts/install_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index b05380e..79b4b27 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -75,8 +75,8 @@ if [ ! -z "$1" ]; then ## install homebrew echo -e "\nlinuxbrew not found, installing\n" bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" - test -d $HOME/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + test -d $HOME/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" + test -d $HOME/.linuxbrew && eval "$($HOME/.linuxbrew/bin/brew shellenv)" ### add to rcfile # echo "# linuxbrew (homebrew/brew)" >> $rcfile # echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> $rcfile