mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-01 11:09:22 +08:00
3 lines
216 B
Bash
3 lines
216 B
Bash
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
|