TGTGInsighttelegram intelligenceLIVE / telegram public index
← VmShell VPS Channel
VmShell VPS Channel avatar

TGINSIGHT POST

Post #1551

@vmshell

VmShell VPS Channel

Views1,290帖子阅读量
发布8月1日2024/08/01 07:47
Post content

帖子内容

由于CentoS7.9系统源停止更新,无法使用yum很多命令,一键更换阿里源的代码如下: mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup && curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo && yum makecache && yum clean all && yum makecache && yum -y update && yum -y upgrade