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 9d2dbcf commit 2dff6dc
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 @@ -5,5 +5,6 @@ sudo mount --bind $HOME/.local/share/clinuxbrew /home/linuxbrew

if test ! -f /home/linuxbrew/.linuxbrew/bin/brew; then
echo "Installing brew..."
export NONINTERACTIVE=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

0 comments on commit 2dff6dc

Please sign in to comment.