curl not found

Post Reply
crafter
Posts: 20
Joined: Wed Nov 10, 2021 11:43 pm

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?
User avatar
myVesta
Site Admin
Posts: 954
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

Code: Select all

sudo apt update
sudo apt install curl
then try installation again.
Komisar
Posts: 4
Joined: Sun Oct 22, 2023 3:29 pm

Obvious solution, but still actual for Debian minimal ISO.
Maybe some check if curl binary exists + auto install?
MooFz
Posts: 2
Joined: Sat Jan 25, 2025 1:30 pm

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.
Post Reply