2020-03-03 15:51:44

This commit is contained in:
monlor
2020-03-03 15:51:44 +08:00
parent 783a57921b
commit 3b23ed288f
2 changed files with 8 additions and 6 deletions

View File

@@ -6,10 +6,12 @@
* 我的博客:[Monlor's Blog](https://www.monlor.com) * 我的博客:[Monlor's Blog](https://www.monlor.com)
* GitHub地址[monlor/MIXBOX](https://github.com/monlor/MIXBOX) * GitHub地址[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
***
### 更新日志 ### 更新日志
* 2020-03-03 * 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`规则地址 * 更新插件`Koolproxy`规则地址
* 2020-02-27 * 2020-02-27
@@ -69,13 +71,13 @@
#### 一键安装 #### 一键安装
``` shell ``` 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`工具箱 #### 卸载`Monlor Tools`工具箱
``` shell ``` 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
``` ```
#### 一键更新所有插件(请先更新工具箱) #### 一键更新所有插件(请先更新工具箱)

View File

@@ -105,13 +105,13 @@ pack() {
localgit() { localgit() {
git add . git add .
git commit -m "`date +%Y-%m-%d`" git commit -m "`date "+%Y-%m-%d %H:%M:%S"`"
} }
github() { github() {
# sed -i $args "s#^mburl.*#mburl=\"$github_raw\"#" ./install.sh # 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 localgit
git remote rm origin git remote rm origin
git remote add origin $github_url git remote add origin $github_url
@@ -121,7 +121,7 @@ github() {
coding() { coding() {
# sed -i $args "s#^mburl.*#mburl=\"$coding_raw\"#" ./install.sh # 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 localgit
git remote rm origin git remote rm origin
git remote add origin $coding_url git remote add origin $coding_url