Repository
https://github.com/oneclickvirt/ecs
ECS
A VPS benchmark project (Go edition).
If you run into issues, please report them here: https://github.com/oneclickvirt/ecs/issues
Quick Start
The one-click command below defaults to:
- no dependency installation
- no package manager update
- non-interactive mode
bash
export noninteractive=true && curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install && goecs1
CDN mirror:
bash
export noninteractive=true && curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install && goecs1
Notes
- For complete architecture/system support and all command flags, check the upstream README: https://github.com/oneclickvirt/ecs
- Shell edition is available at: https://github.com/spiritLHLS/ecs
