mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
updated homebrew URL
This commit is contained in:
parent
158ec7df2b
commit
8b495373d5
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@ var mir_tmpl = $("#template").text(),
|
|||
options = {
|
||||
'AOSP': {
|
||||
'url': "/help/AOSP/",
|
||||
},
|
||||
'homebrew': {
|
||||
'url': "/help/homebrew/",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue