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 2dff6dc commit 7b7999f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/init-brew
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ 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)"
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

0 comments on commit 7b7999f

Please sign in to comment.