Skip to content

Commit bab33f4

Browse files
committed
Updating the cask install command
1 parent bba4ddf commit bab33f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ fi
163163
export HOMEBREW_NO_AUTO_UPDATE=1
164164

165165
echo "Install important software ..."
166-
brew tap homebrew/cask-versions
167-
install 'brew cask install' "${important_casks[@]}"
166+
# brew tap homebrew/cask-versions
167+
install 'brew install cask' "${important_casks[@]}"
168168

169169
prompt "Install packages"
170170
install 'brew_install_or_upgrade' "${brews[@]}"
@@ -210,7 +210,7 @@ curl -L http://install.ohmyz.sh | sh
210210
chsh -s $(which zsh)
211211

212212
prompt "Install software"
213-
install 'brew cask install' "${casks[@]}"
213+
install 'brew install cask' "${casks[@]}"
214214

215215
prompt "Install secondary packages"
216216
install 'pip3 install --upgrade' "${pips[@]}"

0 commit comments

Comments
 (0)