We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba4ddf commit bab33f4Copy full SHA for bab33f4
install.sh
@@ -163,8 +163,8 @@ fi
163
export HOMEBREW_NO_AUTO_UPDATE=1
164
165
echo "Install important software ..."
166
-brew tap homebrew/cask-versions
167
-install 'brew cask install' "${important_casks[@]}"
+# brew tap homebrew/cask-versions
+install 'brew install cask' "${important_casks[@]}"
168
169
prompt "Install packages"
170
install 'brew_install_or_upgrade' "${brews[@]}"
@@ -210,7 +210,7 @@ curl -L http://install.ohmyz.sh | sh
210
chsh -s $(which zsh)
211
212
prompt "Install software"
213
-install 'brew cask install' "${casks[@]}"
+install 'brew install cask' "${casks[@]}"
214
215
prompt "Install secondary packages"
216
install 'pip3 install --upgrade' "${pips[@]}"
0 commit comments