我正在尝试在CentOS 8新安装上安装维斯塔普。就像我说的,这是一个新的安装,只有一个yum更新。我试图在上面设置VestaCP,但是安装总是在以下错误上失败。
Installation will take about 15 minutes...
Vesta - cmmnt
Error: Failed to synchronize cache for repo 'vesta'
Error: yum update failed文件:/etc/yum.repos.d/vesta.repo
[vesta]
name=Vesta - cmmnt
baseurl=http://r.vestacp.com/cmmnt/8/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-VESTA发布于 2020-04-30 11:45:59
这是因为Vesta目前还不支持Centos8 (2020-04-30)。从安装脚本http://vestacp.com/pub/vst-install.sh的顶部
#!/bin/bash
# Vesta installation wrapper
# http://vestacp.com
#
# Currently Supported Operating Systems:
#
# RHEL 5, 6, 7
# CentOS 5, 6, 7
# Debian 7, 8
# Ubuntu 12.04 - 18.04
#https://stackoverflow.com/questions/58431050
复制相似问题