File tree Expand file tree Collapse file tree 2 files changed +2
-34
lines changed
en/docs/prologue/installation
zh-cn/docs/prologue/installation Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments