Deepin Qv2ry
website https://qv2ray.net/ github : https://github.com/Qv2ray/Qv2ray
Install Qv2ry
xxxxxxxxxx# Install some prerequisites needed by adding GPG public keys$ sudo apt-get install gnupg ca-certificates curl
# Import our GPG key. Notice the hyphen at the end of line.$ curl -sSL https://qv2ray.net/debian/pubkey.gpg | sudo apt-key add -
# Add the our official APT repository:# Stable release of Debian / LTS release of Ubuntu:$ echo "deb [arch=amd64] https://qv2ray.net/debian/ stable main" | sudo tee /etc/apt/sources.list.d/qv2ray.list# Debian testing/unstable and Ubuntu 20.10+# echo "deb [arch=amd64] https://qv2ray.net/debian/ unstable main" | sudo tee /etc/apt/sources.list.d/qv2ray.list debian testing/unstable and Ubuntu 20.10+)
# To update the APT index:$ sudo apt-get update
# You can install Qv2ray from APT now:$ sudo apt-get install qv2rayFastGit Mirror (in case qv2ray.github.io is blocked)
xxxxxxxxxx# Install some prerequisites needed by adding GPG public keys$ sudo apt-get install gnupg ca-certificates curl
# Import our GPG key. Notice the hyphen at the end of line.$ curl -sSL https://raw.fastgit.org/Qv2ray/debian/master/pubkey.gpg | sudo apt-key add -
# Add the our official APT repository:# Stable release of Debian / LTS release of Ubuntu:$ echo "deb [arch=amd64] https://raw.fastgit.org/Qv2ray/debian/master/ stable main" | sudo tee /etc/apt/sources.list.d/qv2ray-fastgit.list# Debian testing/unstable and Ubuntu 20.10+# echo "deb [arch=amd64] https://raw.fastgit.org/Qv2ray/debian/master/ unstable main" | sudo tee /etc/apt/sources.list.d/qv2ray-fastgit.list# To update the APT index:$ sudo apt-get update
# You can install Qv2ray from APT now:$ sudo apt-get install qv2ray
Install v2ray-core
Download : https://github.com/v2fly/v2ray-core/releases
评论
发表评论