Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew-cask.sh browser casks no longer available #71

Closed
nathanieloffer opened this issue May 4, 2016 · 4 comments
Closed

brew-cask.sh browser casks no longer available #71

nathanieloffer opened this issue May 4, 2016 · 4 comments

Comments

@nathanieloffer
Copy link

Hi just a heads up if you weren't already aware but these three browsers are no longer available through brew:

browsers

brew cask install google-chrome-canary
brew cask install firefoxnightly
brew cask install webkit-nightly

@nok
Copy link
Contributor

nok commented Jun 23, 2016

Hello @nathanieloffer,

just type brew tap caskroom/versions. Then you can install alternate versions of Casks.

Regards,
Darius

@nathanieloffer
Copy link
Author

How is your comment helpful? I stated the browsers that were being installed via this script are no longer available and you tell me to install alternate versions of them? An alternate version of nothing is nothing, it's like trying to multiply zero the answer is still the same.

@nok
Copy link
Contributor

nok commented Jun 23, 2016

The script executes the tap command in line 11. After that you can install your listed browsers. For instance the command brew cask search google-chrome shows all alternate versions of the Google Chrome browser:

$ brew cask search google-chrome
==> Exact match
google-chrome
==> Partial matches
google-chrome-beta    google-chrome-canary  google-chrome-dev

As you can see, there is the Cask google-chrome-canary, which you can install with brew cask install google-chrome-canary. But in general the script does it for you.

@paulirish
Copy link
Owner

ayup.

versions gets these dudes.

closing, though it would make sense to put a comment next to these in the cask.sh :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants