Use prefix brew command for tapping

This commit is contained in:
Rezart Qelibari
2022-05-04 19:46:55 +02:00
parent 7b359f8338
commit d43930de2d

View File

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