Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 296 forks source link

Migrate to the split brew/core repositories #1101

Closed sjackman closed 8 years ago

sjackman commented 8 years ago

The final pull request of Linuxbrew-legacy to migrate to the split repository.

Closes Linuxbrew/linuxbrew#1033.

sjackman commented 8 years ago

To migrate your current legacy Linuxbrew installation to the new split repository, check out the branch migrate (pull request #1101) and run brew update. This coming week, brew update will automatically migrate your legacy Linuxbrew installation to the new split repository.

brew update
brew doctor
cd `brew --repo`
git fetch origin migrate:migrate
git checkout migrate
brew update
brew doctor