Page 1 of 1

curl not found

Posted: Wed Nov 10, 2021 11:53 pm
by crafter
After inputting the installation script curl -O http://c.myvestacp.com/vst-install-debian.sh the response i keep getting is "Command Not Found".
Am I missing something?

Re: curl not found

Posted: Thu Nov 11, 2021 12:30 am
by myVesta

Code: Select all

sudo apt update
sudo apt install curl
then try installation again.

Re: curl not found

Posted: Sun Oct 22, 2023 3:44 pm
by Komisar
Obvious solution, but still actual for Debian minimal ISO.
Maybe some check if curl binary exists + auto install?