From 5dd37ef02be256cb56ba2cca09f7bc2f8fd4854b Mon Sep 17 00:00:00 2001 From: NewName Date: Thu, 19 Dec 2024 19:38:01 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ff834f..54cb719 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ - ### 一键切换系统源脚本 ``` -bash <(curl -sSL https://github.com/sky22333/shell/main/mirrors.sh) +bash <(curl -sSL https://github.com/sky22333/shell/raw/main/mirrors.sh) ``` 切换官方系统源 ``` -bash <(curl -sSL https://github.com/sky22333/shell/main/mirrors.sh) --use-official-source true +bash <(curl -sSL https://github.com/sky22333/shell/raw/main/mirrors.sh) --use-official-source true ``` - ### 一键安装Docker和配置镜像地址 ``` -bash <(curl -sSL https://github.com/sky22333/shell/main/docker.sh) +bash <(curl -sSL https://github.com/sky22333/shell/raw/main/docker.sh) ```