mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-17 08:49:04 +00:00
2020-03-03 15:51:44
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
* 我的博客:[Monlor's Blog](https://www.monlor.com)
|
||||
* GitHub地址:[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
|
||||
|
||||
***
|
||||
|
||||
### 更新日志
|
||||
|
||||
* 2020-03-03
|
||||
* 更新工具箱coding下载源,**请手动更换coding下载源:https://monlor.coding.net/p/MIXBOX/d/MIXBOX/git/raw/master**
|
||||
* 更新工具箱coding下载源,**请手动更换coding下载源:`https://monlor.coding.net/p/MIXBOX/d/MIXBOX/git/raw/master`**
|
||||
* 更新插件`Koolproxy`规则地址
|
||||
|
||||
* 2020-02-27
|
||||
@@ -69,13 +71,13 @@
|
||||
#### 一键安装
|
||||
|
||||
``` shell
|
||||
sh -c "$(curl -kfsSl https://dev.tencent.com/u/monlor/p/MIXBOX/git/raw/master/install.sh)" && source /etc/profile &> /dev/null
|
||||
sh -c "$(curl -kfsSl https://monlor.coding.net/p/MIXBOX/d/MIXBOX/git/raw/master/install.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
#### 卸载`Monlor Tools`工具箱
|
||||
|
||||
``` shell
|
||||
sh -c "$(curl -kfsSl https://dev.tencent.com/u/monlor/p/MIXBOX/git/raw/master/temp/uninstall_old.sh)" && source /etc/profile &> /dev/null
|
||||
sh -c "$(curl -kfsSl https://monlor.coding.net/p/MIXBOX/d/MIXBOX/git/raw/master/temp/uninstall_old.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
#### 一键更新所有插件(请先更新工具箱)
|
||||
|
||||
@@ -105,13 +105,13 @@ pack() {
|
||||
|
||||
localgit() {
|
||||
git add .
|
||||
git commit -m "`date +%Y-%m-%d`"
|
||||
git commit -m "`date "+%Y-%m-%d %H:%M:%S"`"
|
||||
}
|
||||
|
||||
github() {
|
||||
|
||||
# sed -i $args "s#^mburl.*#mburl=\"$github_raw\"#" ./install.sh
|
||||
sedsh "s" "^mburl.*" "mburl=\"$github_raw\"" "./install.sh"
|
||||
# sedsh "s" "^mburl.*" "mburl=\"$github_raw\"" "./install.sh"
|
||||
localgit
|
||||
git remote rm origin
|
||||
git remote add origin $github_url
|
||||
@@ -121,7 +121,7 @@ github() {
|
||||
coding() {
|
||||
|
||||
# sed -i $args "s#^mburl.*#mburl=\"$coding_raw\"#" ./install.sh
|
||||
sedsh "s" "^mburl.*" "mburl=\"$coding_raw\"" "./install.sh"
|
||||
# sedsh "s" "^mburl.*" "mburl=\"$coding_raw\"" "./install.sh"
|
||||
localgit
|
||||
git remote rm origin
|
||||
git remote add origin $coding_url
|
||||
|
||||
Reference in New Issue
Block a user