From 17ad983f4310159b6a104403dec96b3f608e482b Mon Sep 17 00:00:00 2001 From: MoonFace <98212432+MoonF4cer@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:26:54 +0000 Subject: [PATCH] Update linux.md --- content/zh-cn/docs/prologue/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/prologue/installation/linux.md b/content/zh-cn/docs/prologue/installation/linux.md index 12d929d..b7d43d0 100644 --- a/content/zh-cn/docs/prologue/installation/linux.md +++ b/content/zh-cn/docs/prologue/installation/linux.md @@ -31,13 +31,13 @@ Snap 包的打包详情可以[在 GitHub 上](https://github.com/v2rayA/v2rayA-s 与 v2ray core 一起安装: ```sh -sudo sh -c "$(wget -qO- https://hubmirror.v2raya.org/v2rayA/v2rayA-installer/raw/main/installer.sh)" @ --with-v2ray +sudo sh -c "$(wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/installer.sh)" @ --with-v2ray ``` 与 xray core 一起安装: ```sh -sudo sh -c "$(wget -qO- https://hubmirror.v2raya.org/v2rayA/v2rayA-installer/raw/main/installer.sh)" @ --with-xray +sudo sh -c "$(wget -qO- https://github.com/v2rayA/v2rayA-installer/raw/main/installer.sh)" @ --with-xray ``` 如果你更倾向于使用 `curl` 而不是 `wget`,那么把 `wget -qO-` 换成 `curl -Ls` 即可。