updated homebrew URL

This commit is contained in:
bigeagle 2016-08-20 01:22:41 +08:00
parent 158ec7df2b
commit 8b495373d5
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A
2 changed files with 7 additions and 4 deletions

View File

@ -12,10 +12,10 @@ mirrorid: homebrew
```
cd /usr/local
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/brew.git
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
cd /usr/local/Library/Taps/homebrew/homebrew-core
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew-core.git
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
brew update
```
@ -24,10 +24,10 @@ brew update
```
cd /usr/local/Library/Taps/homebrew/homebrew-science
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew-science.git
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-science.git
cd /usr/local/Library/Taps/homebrew/homebrew-python
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew-python.git
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-python.git
brew update
```

View File

@ -33,6 +33,9 @@ var mir_tmpl = $("#template").text(),
options = {
'AOSP': {
'url': "/help/AOSP/",
},
'homebrew': {
'url': "/help/homebrew/",
}
};