up

233boy
2023-05-14 21:59:33 +08:00
parent 3bb4d2b134
commit 60b42a75d2

@@ -875,7 +875,7 @@ Xshell 是一个 SSH 客户端,要登录 VPS当然需要 SSH 客户端<br /
<h2 id="安装-v2ray">安装 V2Ray</h2>
<p>输入下面命令回车,你可以复制过去,然后在 Xshell 界面按 Shift + Insert 即可粘贴,不能按 Ctrl + V 的。。</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">bash &lt;<span style="color:#f92672">(</span>curl -s -L https://git.io/v2ray.sh<span style="color:#f92672">)</span></code></pre></div>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">bash &lt;<span style="color:#f92672">(</span>wget -qO- -o- https://git.io/v2ray.sh<span style="color:#f92672">)</span></code></pre></div>
<h2 id="安装完成">安装完成</h2>
<p>当你执行了上面的安装命令,并且没有错误提示的话,那么你就能看到类似下面的图片</p>