mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
8c42753347
commit
e32371da16
13
etc/miss.sh
13
etc/miss.sh
@ -1,13 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
||||
# export ctx_dev=${ctx_dev:="https://shylinux.com"}
|
||||
# temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell
|
||||
# fi
|
||||
if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
||||
export ctx_dev=${ctx_dev:="https://shylinux.com"}
|
||||
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell
|
||||
require conf.sh; require miss.sh; ish_dev_git_prepare
|
||||
fi
|
||||
|
||||
require miss.sh
|
||||
require sys/sys.sh
|
||||
require sys/dev.sh
|
||||
ish_miss_prepare_compile
|
||||
ish_miss_prepare_develop
|
||||
ish_miss_prepare_project
|
||||
@ -19,7 +17,6 @@ ish_miss_prepare_toolkits
|
||||
ish_miss_prepare_volcanos
|
||||
ish_miss_prepare_learning
|
||||
ish_miss_prepare release
|
||||
|
||||
ish_miss_prepare linux-story
|
||||
ish_miss_prepare nginx-story
|
||||
ish_miss_prepare golang-story
|
||||
|
Loading…
x
Reference in New Issue
Block a user