From 47d55489e61c3f54c40e80eebe20af2d528e6629 Mon Sep 17 00:00:00 2001 From: Dan Stefaniuk <499338+stefaniuk@users.noreply.github.com> Date: Sun, 21 May 2023 09:40:31 +0100 Subject: [PATCH] Fix installation script --- assets/00-install-prerequisites.macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/00-install-prerequisites.macos.sh b/assets/00-install-prerequisites.macos.sh index 0f301ab..cc0ef15 100755 --- a/assets/00-install-prerequisites.macos.sh +++ b/assets/00-install-prerequisites.macos.sh @@ -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() {