From a106473cde7426d2c206ca16a6a110343a8d5f7e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 16 Dec 2025 19:41:31 -0700 Subject: [PATCH] 1765939292 --- customscripts/install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 79b4b27..8c7be54 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -75,7 +75,7 @@ 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 $HOME/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" + test -d $HOME/.linuxbrew && eval "$($HOME/.linuxbrew/bin/brew shellenv)" test -d $HOME/.linuxbrew && eval "$($HOME/.linuxbrew/bin/brew shellenv)" ### add to rcfile # echo "# linuxbrew (homebrew/brew)" >> $rcfile