From e79ee076da16102858bc3811b9c6e3df5596c2f2 Mon Sep 17 00:00:00 2001 From: eddy <1036636139@qq.com> Date: Thu, 13 Nov 2025 21:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0docker=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=9A=84=E6=89=A7=E8=A1=8C=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8bash=E5=91=BD=E4=BB=A4=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3curl=E7=9B=B4=E6=8E=A5=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ce7d4..b2df7fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysC - docker ```sh -curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh && chmod +x 03-docker.sh && ./03-docker.sh +bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh) ```