caskroom no longer uses a subcommand

This commit is contained in:
Jeffrey Paul 2021-09-10 22:43:35 +00:00
parent 68406c599a
commit 269986ae8b
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ CASKS="
" "
for CASK in $CASKS ; do for CASK in $CASKS ; do
brew cask install $CASK brew install $CASK
done done
brew tap homebrew/cask-fonts brew tap homebrew/cask-fonts
@ -59,5 +59,5 @@ FONTS="
" "
for FONT in $FONTS ; do for FONT in $FONTS ; do
brew cask install $FONT brew install $FONT
done done