添加公钥
wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/v2raya.asc
添加v2rayA软件源
echo "deb https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
更新软件源
sudo apt update
安装 V2Ray-Core
snap install v2ray-core
安装 V2RayA
sudo apt install v2raya v2ray
启动
sudo systemctl start v2raya.service
设置开机自启
sudo systemctl enable v2raya.service
评论 (0)