From aad356f3536e57baaddea0aa46495d3d78500128 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 19 May 2026 09:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=89=E8=A3=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4,=20=E6=96=B9=E9=9D=A2=E7=94=A8=E6=88=B7=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 168f650..bb3b03b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### 准备一台海外 VPS - VPS 服务商推荐: [RackNerd](https://www.zhujiceping.com/50572.html)、搬瓦工等 -- VPS 系统推荐选择 `Ubuntu` / `debian` / `centOS` 等 Linux 发行版 +- VPS 系统推荐选择 `Ubuntu` / `Debian` / `CentOS` 等 Linux 发行版 - 本项目基于 `Ubuntu` 系统测试和部署,所以**推荐 Ubuntu 系统** ### VPS 需要提前安装的软件 @@ -16,6 +16,11 @@ - `wget` - `curl` +```bash +apt udpate +apt install -y curl wget curl +``` + ### 部署步骤 1. 下载项目