From 57186bf1057605244f29edc49bcc3256b04f39ad Mon Sep 17 00:00:00 2001 From: hermes Date: Sun, 16 Aug 2026 18:12:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E4=B8=8B=E8=BD=BD=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E4=B8=8E=E6=97=A7=E7=89=88=E6=9C=AC=E7=AB=A0=E8=8A=82?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=8C=87=E5=90=91=E6=9C=AC=E4=BB=93=E5=BA=93?= =?UTF-8?q?=20git.dr1997.com/public/reinstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e391b5b..087a717 100644 --- a/README.md +++ b/README.md @@ -86,16 +86,8 @@ ## 下载(当前系统是 Linux) -国外服务器: - ```bash -curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O ${_##*/} $_ -``` - -国内服务器: - -```bash -curl -O https://cnb.cool/bin456789/reinstall/-/git/raw/main/reinstall.sh || wget -O ${_##*/} $_ +curl -O https://git.dr1997.com/public/reinstall/raw/main/reinstall.sh || wget -O ${_##*/} $_ ``` ## 下载(当前系统是 Windows) @@ -111,7 +103,7 @@ curl -O https://cnb.cool/bin456789/reinstall/-/git/raw/main/reinstall.sh || wget 用 IE 下载 (先在 IE 高级设置里启用 TLS 1.2),或者通过远程桌面,将这两个文件保存到同一个目录 -- +- - @@ -119,16 +111,8 @@ curl -O https://cnb.cool/bin456789/reinstall/-/git/raw/main/reinstall.sh || wget -国外服务器: - ```batch -certutil -urlcache -f -split https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat -``` - -国内服务器: - -```batch -certutil -urlcache -f -split https://cnb.cool/bin456789/reinstall/-/git/raw/main/reinstall.bat +certutil -urlcache -f -split https://git.dr1997.com/public/reinstall/raw/main/reinstall.bat ``` ## 使用 @@ -584,11 +568,11 @@ bash reinstall.sh reset 如果遇到新的 Bug,可以试下旧版本是否正常 -从 右侧找到旧版本的 `commit_id` +从 右侧找到旧版本的 `commit_id` ```bash commit_id=xxxxxxx -curl -O https://raw.githubusercontent.com/bin456789/reinstall/$commit_id/reinstall.sh || wget -O ${_##*/} $_ +curl -O https://git.dr1997.com/public/reinstall/raw/$commit_id/reinstall.sh || wget -O ${_##*/} $_ sed -i "/^confhome.*main$/s/main/$commit_id/" reinstall.sh bash reinstall.sh ... ```