From e69b4e3c05a07b08ad3cbf13fbb3947f69782524 Mon Sep 17 00:00:00 2001 From: wuyuncheng-26 <122529705+wuyuncheng-26@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:34:08 +0800 Subject: [PATCH] update --- README.md | 2 +- README_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7f8081b..27acd309a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ hosts 文件在每个系统的位置不一,详情如下: 将上面的命令添加到 cron,可定时执行。使用前确保 GitHub520 内容在该文件最后部分。 -#### 在 Dcker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 +#### 在 Docker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 `cp /etc/hosts ~/hosts.new && sed -i "/# GitHub520 Host Start/Q" ~/hosts.new && curl https://raw.hellogithub.com/hosts >> ~/hosts.new && cp -f ~/hosts.new /etc/hosts` diff --git a/README_template.md b/README_template.md index 29201820a..6d4bed4a5 100644 --- a/README_template.md +++ b/README_template.md @@ -97,7 +97,7 @@ hosts 文件在每个系统的位置不一,详情如下: 将上面的命令添加到 cron,可定时执行。使用前确保 GitHub520 内容在该文件最后部分。 -#### 在 Dcker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 +#### 在 Docker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 `cp /etc/hosts ~/hosts.new && sed -i "/# GitHub520 Host Start/Q" ~/hosts.new && curl https://raw.hellogithub.com/hosts >> ~/hosts.new && cp -f ~/hosts.new /etc/hosts`