日日噜噜夜夜狠狠久久丁香五月,人人摸人人操,人人妻人人,添人人爽,欧美一区,色婷婷综合缴情综,欧美午夜精品久久久久久浪潮

<>
文檔首頁> 網(wǎng)維技術(shù)> linux一鍵換源腳通用腳本

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