caskroom no longer uses a subcommand

This commit is contained in:
2021-09-10 22:43:35 +00:00
parent 68406c599a
commit 269986ae8b

View File

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