找到
1
篇与
Linux
相关的结果
-
【解决脚本无法加载】centos 7 服务器更换源 Centos 7 腾讯源(推荐) curl -o /etc/yum.repos.d/CentOS-Base.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/tx/centos7_base.repo && curl -o /etc/yum.repos.d/epel.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/tx/epel-7.repo && yum clean all && yum makecacheCentos 7 阿里源 curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo && curl -o /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo && yum clean all && yum makecacheCentos 9 Steam 阿里源(可不换) curl -o /etc/yum.repos.d/centos.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/al/cs9/centos.repo && curl -o /etc/yum.repos.d/centos-addons.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/al/cs9/centos-addons.repo && yum clean all && yum makecache