Use caller script to call brew
This commit is contained in:
committed by
T. R. Bernstein
parent
e6adb4b6ff
commit
c46089ff96
@@ -173,15 +173,15 @@ function installHomebrewUpdater() {
|
||||
}
|
||||
|
||||
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() {
|
||||
${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() {
|
||||
${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() {
|
||||
|
||||
Reference in New Issue
Block a user