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 cb72df9 commit 19cee93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/init-brew
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
sudo mkdir -p /home/linuxbrew
sudo mkdir -p $
sudo mount --bind $HOME/.local/share/linuxbrew /home/linuxbrew

if test ! -f /home/linuxbrew/.linuxbrew/bin/brew; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sudo wget -P /etc/profile.d https://raw.githubusercontent.com/dnkmmr69420/brew-container/main/profile.d/brew.sh
fi

0 comments on commit 19cee93

Please sign in to comment.