<>
linux一鍵換源腳通用腳本
發(fā)布時間:2024-09-09 19:25       
更新時間:2024-09-09 19:33
linux一鍵換源腳本,centos,debian,ubuntu通用腳本
國內(nèi)使用
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