I can not install vestacp on debian 9
I can not install vestacp on debian 9
I'm trying to install Vestacp in a clean install of debian 9, and it throws me the error of: yum update failed, which is logical since debian does not use yum, does anyone know how to fix it?
Installation will take about 15 minutes ...
vst-install-rhel.sh: línea 450: yum: no se encontró la orden
Error: yum update failed
Installation will take about 15 minutes ...
vst-install-rhel.sh: línea 450: yum: no se encontró la orden
Error: yum update failed
Re: I can not install vestacp on debian 9
Code: Select all
apt-get update && apt-get -y upgrade
apt-get -y install git
cd /root
git clone https://github.com/serghey-rodin/vesta.git
cp /root/vesta/install/vst-install-debian.sh /root/vst-install-debian.sh
bash vst-install-debian.sh
Re: I can not install vestacp on debian 9
Thank you very much, it worked perfectly, I understand that the error is in the installation script of vestacp.