Skip to content

Commit eec02e1

Browse files
author
Markson Hon
committed
debian.md: update debian repo
1 parent 9e6e25d commit eec02e1

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

content/en/docs/prologue/installation/debian.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,7 @@ toc: 'true'
1919

2020
#### Add public key
2121

22-
```bash
23-
wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/keyrings/v2raya.asc
24-
```
25-
26-
#### Add V2RayA software source
27-
28-
```bash
29-
echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
30-
sudo apt update
31-
```
32-
33-
#### Install V2RayA
34-
35-
```bash
36-
sudo apt install v2raya v2ray ## you can install xray package instead of if you want
37-
```
22+
See the repo: <https://github.com/daeuniverse/debian-repo/>
3823

3924
### Method 2: Manually install the deb package
4025

content/zh-cn/docs/prologue/installation/debian.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,7 @@ toc: true
1717

1818
### 方法一:通过软件源安装
1919

20-
#### 添加公钥
21-
22-
```bash
23-
wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/keyrings/v2raya.asc
24-
```
25-
26-
#### 添加 V2RayA 软件源
27-
28-
```bash
29-
echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
30-
sudo apt update
31-
```
32-
33-
#### 安装 V2RayA
34-
35-
```bash
36-
sudo apt install v2raya v2ray ## 也可以使用 xray 包
37-
```
20+
软件源地址:<https://github.com/daeuniverse/debian-repo/>
3821

3922
### 方法二:手动安装 deb 包
4023

0 commit comments

Comments
 (0)