VPS主机一键更换国内软件源脚本

https://gitee.com/SuperManito/LinuxMirrors https://github.com/SuperManito/LinuxMirrors

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

如果提示 Command curlnot found 则说明当前未安装 curl 软件包

sudo yum install -y curl sudo apt-get install -y curl

如果提示 Command wgetnot found 则说明当前未安装 wget 软件包

sudo yum install -y wget sudo apt-get install -y wget

如果提示 bash: /proc/self/fd/11: No such file or directory,请切换至 Root 用户执行


VPS主机一键更换国内软件源脚本
https://239239xyz.github.io/2022/11/22/VPShost/
作者
daoke
发布于
2022年11月22日
许可协议