diff --git a/modules/03-install-brew.sh b/modules/03-install-brew.sh index f3625b1..f07ae17 100755 --- a/modules/03-install-brew.sh +++ b/modules/03-install-brew.sh @@ -214,6 +214,7 @@ function createLaunchDaemonsPlist() { " > "${launcherPath}" chown root:wheel ${launcherPath} chmod u=rw,go=r ${launcherPath} + launchctl bootstrap system ${launcherPath} } function installHomebrewUpdater() { @@ -256,6 +257,7 @@ function getExecPrerequisites() { [grep]='' [sort]='' [awk]='' + [launchctl]='' [sysadminctl]='' ) requireRootPrivileges