Skip to content

Commit

Permalink
fix: brew installer
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored May 11, 2024
1 parent 747805b commit 1775e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/base/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh > /tmp/brew.sh
chmod +x /tmp/brew.sh
rm -f /home
rm -f /home /root
env CLI=1 NONINTERACTIVE=1 /tmp/brew.sh
cp -R /home/linuxbrew/.linuxbrew /usr/lib/homebrew

0 comments on commit 1775e1d

Please sign in to comment.