< 返回文章列表

【Linux 网维技术】linux/centos,debian,ubuntu系统一键换yum源通用脚本

发布人:我爱测 发布时间:2024-09-16

linux一键换yum源脚本,centos,debian,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