From 1feb6eff2f5c0563317520b6313893b8d58d4158 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Fri, 28 Jun 2024 02:10:16 +0200 Subject: [PATCH] Make brew caller script executable for group --- modules/03-install-brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/03-install-brew.sh b/modules/03-install-brew.sh index b0d8c08..feff9c3 100755 --- a/modules/03-install-brew.sh +++ b/modules/03-install-brew.sh @@ -121,7 +121,7 @@ function createBrewCallerScript() { \"$(getHomebrewRepositoryPath)/bin/brew\" \"\$@\" BREWCALLER chown ${username}:admin ${brewCallerPath} - chmod u+x,go-x ${brewCallerPath} + chmod ug+x,o-x ${brewCallerPath} } function installHomebrewCore() {