Centos7x宝塔面板依赖解决
编辑
11
2024-07-27
无论是磁盘挂在工具还是安装宝塔面板,在centos7停止维护后皆存在 Could not retrieve mirrorlist http://mirrorlist.centos.org/
的问题。
解决方案:
下载新的CentOS-Base.repo 到/etc/yum.repos.d/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
搞定!
- 0
- 0
-
分享