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() {