Skip to content

Commit

Permalink
Update init-brew
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 8, 2024
1 parent 7b7999f commit a0b2ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/init-brew
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sudo mount --bind $HOME/.local/share/clinuxbrew /home/linuxbrew
if test ! -f /home/linuxbrew/.linuxbrew/bin/brew; then
echo "Installing brew..."
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sudo chown $USER:$USER /home/linuxbrew
fi

0 comments on commit a0b2ed4

Please sign in to comment.