Created
February 25, 2023 19:13
-
-
Save ldrahnik/eb0fac84456553cd7ac292471aad8c09 to your computer and use it in GitHub Desktop.
Install latest curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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