Не получается установить VestaСP на Debian GNU/Linux 9.12 (stretch) Topic is solved
Не получается установить VestaСP на Debian GNU/Linux 9.12 (stretch)
Делаю все по инструкции:
apt-get update
apt-get upgrade
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
появилась такая ошибка:
vst-install-rhel.sh: line 450: yum: command not found
Error: yum update failed
поискал дистрибутивы чисто под debian, так как узнал, что yum у CentOS, не нашел. поставил yum и теперь такая ошибка:
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>
Error: yum update failed
Подскажите, пожалуйста, что делать?
apt-get update
apt-get upgrade
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
появилась такая ошибка:
vst-install-rhel.sh: line 450: yum: command not found
Error: yum update failed
поискал дистрибутивы чисто под debian, так как узнал, что yum у CentOS, не нашел. поставил yum и теперь такая ошибка:
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>
Error: yum update failed
Подскажите, пожалуйста, что делать?
-
- Support team
- Posts: 1111
- Joined: Tue Jul 30, 2013 10:18 pm
- Contact:
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: Не получается установить VestaСP на Debian GNU/Linux 9.12 (stretch)
Code: Select all
apt-get update
apt-get upgrade
curl -O http://vestacp.com/pub/vst-install-debian.sh
bash vst-install-debian.sh
Re: Не получается установить VestaСP на Debian GNU/Linux 9.12 (stretch)
Спасибо большое!!!