Debian 安装流程

Debian 安装流程

我们分为 正式测试 两个版本:

正式版本安装:

wget https://lianhu.co/sw/v1.0/cylonix-ubuntu.deb
dpkg --add-architecture i386
sudo dpkg -i cylonix-ubuntu.deb
cylonixc up --login-server https://manage-hz.lianhu.co --reset --exit-node-allow-lan-access --username $username --namespace $company_name

测试版本安装:

wget https://lianhu.co/sw/v1.0/test_cylonix-ubuntu.deb
dpkg --add-architecture i386
sudo dpkg -i test_cylonix-ubuntu.deb
cylonixc up --login-server https://manage-hz.lianhu.co --reset --exit-node-allow-lan-access --username $username --namespace $company_name

其中 $username 替换为您的 用户名, $company_name 替换为您的 企业名称,个人用户请 使用 personal-users。