wget https://curl.se/download/curl-7.78.0.tar.bz2 tar -xf curl-7.78.0.tar.bz2 cd curl-7.78.0 ./configure --with-openssl make make DESTDIR="$1" install