mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-01 11:09:22 +08:00
3 lines
156 B
Bash
3 lines
156 B
Bash
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL {{.Option "domain"}}; else wget -O $temp -q {{.Option "domain"}}; fi; source $temp binary
|
|
|