Last active
May 18, 2021 01:26
-
-
Save matthewhartman/3ad38ce92794c7ba5bf7fea93cc267f9 to your computer and use it in GitHub Desktop.
Revisions
-
matthewhartman revised this gist
May 18, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ https://curl.se/download.html ```bash tar xzvf curl-7.68.0.tar.gz cd curl-7.68.0 ./configure --with-ssl make sudo make install ``` -
matthewhartman created this gist
Jan 12, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ Download CURL from the following https://curl.se/download.html ```bash tar xzvf curl-7.68.0.tar.gz cd curl-7.68.0 ./configure make sudo make install ```