如何在 15 秒内在 Ubuntu 上安装 Netmaker 客户端 (netclient)

只需在 Ubuntu 的 Shell 中运行这些命令来安装 netclient

install_netclient.sh
curl -sL 'https://apt.netmaker.org/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/netclient.asc
curl -sL 'https://apt.netmaker.org/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/netclient.list
sudo apt update
sudo apt install netclient

来源:Netmaker 安装页面


Check out similar posts by category: Networking, VPN, Wireguard