forked from x/ContextOS
add some
This commit is contained in:
parent
381af478f1
commit
cea512992b
@ -1,2 +1 @@
|
||||
mkdir contexts; cd contexts
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}} temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp binary
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user