Skip to content

Commit

Permalink
fixed cask issue
Browse files Browse the repository at this point in the history
  • Loading branch information
applena committed Dec 21, 2020
1 parent e9ea149 commit d2ada43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_sh/requirers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function require_cask() {
brew cask list $1 > /dev/null 2>&1 | true
if [[ ${PIPESTATUS[0]} != 0 ]]; then
action "brew cask install $1 $2"
brew cask install $1
brew install --cask $1
if [[ $? != 0 ]]; then
error "failed to install $1! aborting..."
# exit -1
Expand Down

0 comments on commit d2ada43

Please sign in to comment.