Hi.
I am trying to install VetroCP on Ubuntu 16.04.3 x64 but getting error
vst-install-ubuntu.sh: line 278: wget: command not found Error: No access to Vesta repository
I checked on https://vestacp.com/ and it says it supports up to Ubuntu 17.04
Any suggestion would be appriciated ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try installing wget first:
sudo apt-get install wget
It looks like the VetroCP script uses wget to download files.