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

Debian Repository for V2Ray

License

Notifications You must be signed in to change notification settings

v2fly/debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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