Skip to content

Commit

Permalink
Replace hard-coded user directory with $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
glennforrest authored May 23, 2023
1 parent caa1194 commit f367f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installscript
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo '----------------'
echo install homebrew
sudo rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/freek/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $HOME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

echo 'Install node'
Expand Down

0 comments on commit f367f8b

Please sign in to comment.