mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[provisioning] update brew recipe
This commit is contained in:
parent
b5341a781c
commit
6760e58377
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function _brew {
|
|||
function _brew_cask {
|
||||
local pkg=$1
|
||||
if ! brew cask list $pkg >/dev/null 2>&1; then
|
||||
_run "[brew cask] Install $pkg" brew cask install $@
|
||||
_run "[brew cask] Install $pkg" brew install --cask $@
|
||||
else
|
||||
echo "[brew cask] $pkg is already installed, skipping."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue