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?

Re: curl not found

Posted: Sat Jan 25, 2025 4:46 pm
by MooFz
Komisar wrote: Sun Oct 22, 2023 3:44 pm Obvious solution, but still actual for Debian minimal ISO.
Maybe some check if curl binary exists + auto install?
But you need curl to download the installer, so once you've downloaded the installer you already had to install curl.