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