521xueweihan / GitHub520

:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)
21.33k stars 2.15k forks source link

sed 修改报 Device or resource busy #131

Closed dingiso closed 2 years ago

dingiso commented 2 years ago

我用 one-liner 进行更改,但是报以下错误,我怀疑是 hosts 的文件的权限问题,想问问大家都是怎么解决的

sed: cannot rename /etc/sedr40HLE: Device or resource busy
HarryWang29 commented 1 year ago
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