1
0
mirror of synced 2026-04-30 23:08:51 +08:00

Update README.md

This commit is contained in:
Tsubamei
2023-07-29 23:41:35 +08:00
committed by GitHub
parent e86894a9fc
commit e6e8a9f8bc

View File

@@ -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`