一键换源脚本大全

系统一键换源
image

官网直连:

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

GitHub:

bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)

Gitee:

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

海外源:

bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad 

海外建议麻省理工源,是否http选择y

Docker一键安装、更新、换源


官网直连:

bash <(curl -sSL https://linuxmirrors.cn/docker.sh)

Gitee:

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)