vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
222 stars 62 forks source link

Line 4 and Line 21 curl command not found #51

Closed seewood closed 4 years ago

seewood commented 4 years ago

Hey Guys, i'm trying to install the vitasdk but cannot succeed. i made the steps from the installation tutorial on linux (ubuntu) but everytime when i want to install the toolchain it ends up with the curl command not found line 4 at ./bootstrap-vitasdk.sh and at ./install-all.sh it is the line 21 Followed this Guide: https://vitasdk.org/

i made some screenshots for you Guys... can you guide me to success and tell me what i'm doing wrong? Bildschirmfoto vom 2020-01-18 20-34-12 Bildschirmfoto vom 2020-01-18 20-36-13 Bildschirmfoto vom 2020-01-18 20-37-16

EDIT: tried with sudo -E but the same error Bildschirmfoto vom 2020-01-18 20-50-39

yne commented 4 years ago

Try

sudo apt install curl

then retry

seewood commented 4 years ago

Thanks in advance! Missed that curl must be installed! Now its working with: sudo -E ./install-all.sh

Thank you