1765939233

This commit is contained in:
2025-12-16 19:40:32 -07:00
parent 15feabcd6a
commit b9774652de
+2 -2
View File
@@ -75,8 +75,8 @@ if [ ! -z "$1" ]; then
## install homebrew ## install homebrew
echo -e "\nlinuxbrew not found, installing\n" echo -e "\nlinuxbrew not found, installing\n"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 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 "$(~/.linuxbrew/bin/brew shellenv)"
test -d $HOME/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" test -d $HOME/.linuxbrew && eval "$($HOME/.linuxbrew/bin/brew shellenv)"
### add to rcfile ### add to rcfile
# echo "# linuxbrew (homebrew/brew)" >> $rcfile # echo "# linuxbrew (homebrew/brew)" >> $rcfile
# echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> $rcfile # echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> $rcfile