Make brew caller script executable for group

This commit is contained in:
T. R. Bernstein
2024-06-28 02:10:16 +02:00
committed by T. R. Bernstein
parent 294a92aace
commit 1feb6eff2f

View File

@@ -121,7 +121,7 @@ function createBrewCallerScript() {
\"$(getHomebrewRepositoryPath)/bin/brew\" \"\$@\" \"$(getHomebrewRepositoryPath)/bin/brew\" \"\$@\"
BREWCALLER BREWCALLER
chown ${username}:admin ${brewCallerPath} chown ${username}:admin ${brewCallerPath}
chmod u+x,go-x ${brewCallerPath} chmod ug+x,o-x ${brewCallerPath}
} }
function installHomebrewCore() { function installHomebrewCore() {