Skip to content

Instantly share code, notes, and snippets.

@ldrahnik
Created February 25, 2023 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldrahnik/eb0fac84456553cd7ac292471aad8c09 to your computer and use it in GitHub Desktop.
Save ldrahnik/eb0fac84456553cd7ac292471aad8c09 to your computer and use it in GitHub Desktop.
Install latest curl
# Download latest .zip file 7.88
$ unzip *
$ apt-get install -y libssl-dev autoconf libtool make
$ ./buildconf
$ make
$ make install
$ ./configure --with-ssl
$ sudo cp /usr/bin/curl /home/ldrahnik/curl/bin/curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment