单介绍

系统镜像源一键脚本工具,自动测速更换最快镜像源。

演示截图

脚本特性

1.自动测速,选择最快的镜像源地址。
2.一键换源,一键执行自动切换。

补充说明

1.旧镜像配置文件均备份在 脚本所在目录/mirror_sources/ 目录下
2.执行yum -y update命令后,配置文件会被恢复到官方源,需要再次执行脚本修改源配置文件。
3.该脚本目前还在开发中,纯小白+生产环境暂时不要使用,避免遇到未知错误。

centos_7换源脚本

curl --insecure -sSL -o centos_7.sh https://www.inkiwike.com/project/mirror_sources/script/centos_7.sh && bash centos_7.sh

centos_8换源脚本

curl --insecure -sSL -o centos_8.sh https://www.inkiwike.com/project/mirror_sources/script/centos_8.sh && bash centos_8.sh

centos_stream_8换源脚本

curl --insecure -sSL -o centos_stream_8.sh https://www.inkiwike.com/project/mirror_sources/script/centos_stream_8.sh && bash centos_stream_8.sh

debian_10换源脚本

wget --no-check-certificate -qO debian_10.sh https://www.inkiwike.com/project/mirror_sources/script/debian_10.sh && bash debian_10.sh

debian_11换源脚本

curl --insecure -sSL -o debian_11.sh https://www.inkiwike.com/project/mirror_sources/script/debian_11.sh && bash debian_11.sh

debian_12换源脚本

curl --insecure -sSL -o debian_12.sh https://www.inkiwike.com/project/mirror_sources/script/debian_12.sh && bash debian_12.sh
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。