debian 9 安裝vestacp 的方法

Friday, Jan 11, 2019 | 1 minute read | Updated at Friday, Jan 11, 2019

@

debian 9 安裝vestacp 的方法

如果使用vestacp官網安裝腳本會出現如下錯誤

yum commd not found

這樣的錯誤提示,因爲yum命令是centos,fedora等系統安裝命令, 解決方法很簡單,代碼如下

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

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.