树莓派 Raspberry Pi OS
树莓派系统家族安装 Cloudnet 客户端
支持的 Raspberry Pi OS 系统及版本: Raspberry Pi 2/3/4, armv7l
安装客户端
目前没有为该系统提供桌面版客户端.
打开 终端
或 Terminal
, 然后执行以下步骤.
apt update
apt install -y htop iftop nano bash-completion ca-certificates openssl tree apt-transport-https bash curl sudo lsof
timedatectl set-timezone Asia/Shanghai
curl -fsSL https://pkgs.cloudnet.world/stable/install.sh | sh
注册设备
# 查看命令行帮助
cnet start --help
通过网页注册
cnet start --accept-dns=false --accept-routes=false
通过密钥注册
cnet start --accept-dns=false --accept-routes=false --auth-key=<PreAuthKey>
更新客户端
sudo apt update && sudo apt upgrade cloudnet
# 或者
cnet upgrade
卸载客户端
sudo apt remove cloudnet
# 或者
cnet uninstall
最后修改 2024.01.19:
dev (d986947)