From d1b1a09f0c9f89bd0afa85932470f64ceba34d79 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Thu, 6 Aug 2026 00:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docs/install_docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/install_docker.md b/Docs/install_docker.md index b47855c..cf5b205 100644 --- a/Docs/install_docker.md +++ b/Docs/install_docker.md @@ -17,10 +17,10 @@ 在目标 Linux 服务器上执行: ```bash -curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/deploy.sh | sudo bash +curl -sSL https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/run-deploy.sh | sudo bash ``` -或手动下载执行: +或手动下载执行:(举例为 LTS ) ```bash wget https://git.whitetop.xyz/lxh2875931338/frpc-console/raw/main/deploy.sh