forked from x/icebergs
opt some
This commit is contained in:
parent
dc36e64f4c
commit
7d16a8280d
@ -150,7 +150,6 @@ echo "hello world"
|
|||||||
|
|
||||||
var _contexts = kit.Dict(
|
var _contexts = kit.Dict(
|
||||||
"source", `# 源码安装
|
"source", `# 源码安装
|
||||||
yum install -y tmux make git vim
|
|
||||||
export ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source
|
export ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source
|
||||||
`,
|
`,
|
||||||
"binary", `# 应用安装
|
"binary", `# 应用安装
|
||||||
|
Loading…
x
Reference in New Issue
Block a user