mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-03 21:06:17
This commit is contained in:
@@ -112,7 +112,6 @@ 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
|
|
||||||
git remote rm origin
|
git remote rm origin
|
||||||
git remote add origin $github_url
|
git remote add origin $github_url
|
||||||
git push origin master
|
git push origin master
|
||||||
@@ -122,7 +121,6 @@ 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
|
|
||||||
git remote rm origin
|
git remote rm origin
|
||||||
git remote add origin $coding_url
|
git remote add origin $coding_url
|
||||||
git push origin master
|
git push origin master
|
||||||
@@ -143,17 +141,16 @@ reset() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
all)
|
|
||||||
github
|
|
||||||
coding
|
|
||||||
;;
|
|
||||||
github)
|
github)
|
||||||
|
localgit
|
||||||
github
|
github
|
||||||
;;
|
;;
|
||||||
coding)
|
coding)
|
||||||
|
localgit
|
||||||
coding
|
coding
|
||||||
;;
|
;;
|
||||||
push)
|
push)
|
||||||
|
localgit
|
||||||
github
|
github
|
||||||
coding
|
coding
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user