Tie brew installation success on folder existence

This commit is contained in:
T. R. Bernstein
2024-06-28 01:53:07 +02:00
committed by T. R. Bernstein
parent 30a447b362
commit c4799def16

View File

@@ -126,6 +126,7 @@ function createBrewCallerScript() {
function installHomebrewCore() {
export NONINTERACTIVE=1
sudo --preserve-env=NONINTERACTIVE -u "${homebrew_username}" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
return 0
}
function createLaunchDaemonsPlist() {