Skip to content

Commit

Permalink
Fix installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniuk authored May 21, 2023
1 parent 64aa8c8 commit 47d5548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/00-install-prerequisites.macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function install {
# Install the Homebrew package manager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Make sure Homebrew packages are owned by the current user
sudo chown -R $(id -u):admin $(brew --prefix)/*
#sudo chown -R $(id -u):admin $(brew --prefix)/* # FIXME: Add brew to the PATH first
}

function is_arg_true() {
Expand Down

0 comments on commit 47d5548

Please sign in to comment.