Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 565 Bytes

Debian

Debian Repository for V2Ray

Usage

# 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://apt.v2fly.org/pubkey.gpg | sudo apt-key add -

# Add the our official APT repository:
$ echo "deb [arch=amd64] https://apt.v2fly.org/ stable main" | sudo tee /etc/apt/sources.list.d/v2ray.list

# To update the APT index:
$ sudo apt-get update

# You can install V2Ray from APT now:
$ sudo apt-get install v2ray