更改coding源地址

This commit is contained in:
monlor
2020-05-07 15:46:59 +08:00
parent cb3e691784
commit 4a3b3ea8a8
4 changed files with 6 additions and 4 deletions

View File

@@ -16,6 +16,8 @@
* 2020-05-07
* 更换gitee为默认源
* coding更换lfs储存方式的文件地址导致工具箱下载源失效
* **注意安装命令已更换**
* 2020-05-04
@@ -125,7 +127,7 @@
#### 一键安装
``` shell
sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master/install.sh)" && source /etc/profile &> /dev/null
sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master/install.sh)" && source /etc/profile &> /dev/null
```
#### github源一键安装命令