wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/keyrings/v2raya.asc
##添加 V2RayA 软件源
echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update
##安装 V2RayA
sudo apt install v2raya v2ray ## 也可以使用 xray 包
从 1.5 版开始将不再默认为用户启动 v2rayA 及设置开机自动。
sudo systemctl start v2raya.service
sudo systemctl enable v2raya.service
powered by kaifamiao