Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.55 KB

homebrew-firefox

Summary

An alternate Homebrew Cask tap for installing older Firefox versions.

Dependencies

It is assumed that brew and cask have already been installed. If not refer to the quick start commands below (refer to the linked sites for further explanation).

Install brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install cask

brew install caskroom/cask/brew-cask

Installing the firefox casks

brew tap smclernon/homebrew-firefox
brew cask install firefox-34
brew cask install firefox-35
brew cask install firefox-36
brew cask install firefox-37
brew cask install firefox-38
brew cask install firefox-39
brew cask install firefox-40

Uninstalling the casks

brew cask uninstall firefox-34
brew cask uninstall firefox-35
brew cask uninstall firefox-36
brew cask uninstall firefox-37
brew cask uninstall firefox-38
brew cask uninstall firefox-39
brew cask uninstall firefox-40

Auto updates

At present, these firefox installations will honour your existing preferences for firefox updates. So by default it will try and update automatically. To stop this happening go to firefox preferences, select update tab and select "Never check for updates".

FIXME: Change this in future so that each browser uses its own profile with this set to false, so that the latest browser can apply security updates.