debian换源脚本

By | 2025-10-06

debian换源脚本

1.适用于Debian10,11,12

bash <(wget -qO- https://raw.githubusercontent.com/mocchen/cssmeihua/mochen/shell/source.sh)

2.适用于Debian13+以及centos,ubuntu

国内使用
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

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

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