mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-11-19 12:42:08 +08:00
feat: 添加安装后替换其他源的说明和示例代码
This commit is contained in:
parent
f249d45964
commit
9162da1fdf
@ -5,3 +5,21 @@
|
|||||||
脚本默认内置中科大镜像,如果需要换源,请使用小助手获取安装脚本:
|
脚本默认内置中科大镜像,如果需要换源,请使用小助手获取安装脚本:
|
||||||
|
|
||||||
<SourceGenerate first="true"></SourceGenerate>
|
<SourceGenerate first="true"></SourceGenerate>
|
||||||
|
|
||||||
|
## 安装后替换其他源
|
||||||
|
|
||||||
|
### Homebrew Services
|
||||||
|
|
||||||
|
最新版Homebrew已经不需要设置该内容。
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew tap --custom-remote --force-auto-update homebrew/services https://mirrors.ustc.edu.cn/homebrew-services.git
|
||||||
|
```
|
||||||
|
|
||||||
|
### Homebrew Bundle
|
||||||
|
|
||||||
|
最新版Homebrew已经不需要设置该内容。
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew tap --custom-remote --force-auto-update homebrew/bundle https://mirror.sjtu.edu.cn/git/homebrew-bundle.git/
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user