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: 924
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 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?
Post Reply