Last active
August 29, 2015 14:05
-
-
Save itamar/fe427fa867bfc4edb9a6 to your computer and use it in GitHub Desktop.
One command line to upgrade OpenSSL
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
| cd /tmp && curl https://www.openssl.org/source/openssl-1.0.1i.tar.gz | tar xz && cd openssl-1.0.1i && sudo ./config && sudo make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment