forked from x/ContextOS
add some
This commit is contained in:
parent
550e287f07
commit
98043b3213
@ -10,7 +10,7 @@ main() {
|
|||||||
dev) shift # 开发环境
|
dev) shift # 开发环境
|
||||||
require miss.sh; ish_miss_prepare_package; prepare_system; [ -f ~/.gitconfig ] || ish_dev_git_prepare
|
require miss.sh; ish_miss_prepare_package; prepare_system; [ -f ~/.gitconfig ] || ish_dev_git_prepare
|
||||||
if ! [ -e $ctx_name ]; then
|
if ! [ -e $ctx_name ]; then
|
||||||
git config --global "url.$ctx_dev/x/.insteadof" "${ctx_repos%/*}/"
|
git config --global "url.$ctx_dev_ip/x/.insteadof" "${ctx_repos%/*}/"
|
||||||
echo && ish_log_debug -g "clone $ctx_repos" && git clone $ctx_repos $ctx_name
|
echo && ish_log_debug -g "clone $ctx_repos" && git clone $ctx_repos $ctx_name
|
||||||
fi; cd $ctx_name
|
fi; cd $ctx_name
|
||||||
source etc/miss.sh && $PWD/bin/ice.bin forever start "$@"
|
source etc/miss.sh && $PWD/bin/ice.bin forever start "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user