2022年1月9日

国内Linux Server添加自动更新Github解析

摘要: 1.先写脚本:gethosts,给予权限0755. #!/bin/bash sed -i "/# GitHub Host Start/Q" /etc/hosts && curl https://gitee.com/ineo6/hosts/raw/master/hosts >> /etc/hosts 阅读全文

posted @ 2022-01-09 18:24 Ice94 阅读(216) 评论(0) 推荐(0)

导航