1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2021-05-12 13:13:59 +08:00
parent dc36e64f4c
commit 7d16a8280d

View File

@ -150,7 +150,6 @@ echo "hello world"
var _contexts = kit.Dict(
"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
`,
"binary", `# 应用安装