Go to file
2019-08-30 01:17:30 +08:00
setup 添加.net4.0编译版本 2019-08-25 23:57:04 +08:00
.gitattributes add windows support 2019-08-25 21:46:42 +08:00
.gitignore add windows support 2019-08-25 21:46:42 +08:00
LICENSE init 2019-08-20 00:32:30 +08:00
README.md 修复权限问题 2019-08-27 11:54:31 +08:00
setup.sh 添加对华为ARM服务器的支持 2019-08-30 01:17:30 +08:00
setup.sln add windows support 2019-08-25 21:46:42 +08:00

DC-Agent

Guide

Linux、Darwin(Mac OS)

To install or run dc-agent, you can use the [install script][2] using cURL:

curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && sudo ./setup.sh
# Or
# wget https://y-bi.top/setup.sh
# sudo chmod +x setup.sh
# sudo ./setup.sh

Windows

Download setup file: https://y-bi.top/setup.exe

注意:默认版本兼容.NET2.0+,如果您的操作系统较新(例如 Windows Server 2019默认没有安装.NET Framework 3.5),可以尝试安装此版本(基于.NET Framework 4构建)https://y-bi.top/setup.net4.exe