Use caller script to call brew

This commit is contained in:
T. R. Bernstein
2024-06-28 02:08:15 +02:00
committed by T. R. Bernstein
parent e6adb4b6ff
commit c46089ff96

View File

@@ -173,15 +173,15 @@ function installHomebrewUpdater() {
} }
function tapHomebrewCask() { function tapHomebrewCask() {
${homebrew_prefix}/bin/brew tap homebrew/cask ${git_homebrew_cask_remote} >&! /dev/null /usr/local/bin/brew tap homebrew/cask ${git_homebrew_cask_remote} >&! /dev/null
} }
function tapHomebrewCaskFonts() { function tapHomebrewCaskFonts() {
${homebrew_prefix}/bin/brew tap homebrew/cask-fonts ${git_homebrew_font_remote} >&! /dev/null /usr/local/bin/brew tap homebrew/cask-fonts ${git_homebrew_font_remote} >&! /dev/null
} }
function tapHomebrewCaskDrivers() { function tapHomebrewCaskDrivers() {
${homebrew_prefix}/bin/brew tap homebrew/cask-drivers ${git_homebrew_driver_remote} >&! /dev/null /usr/local/bin/brew tap homebrew/cask-drivers ${git_homebrew_driver_remote} >&! /dev/null
} }
function configure_system() { function configure_system() {