diff --git a/src/contrib/install.sh b/src/contrib/install.sh new file mode 100755 index 00000000..3746a202 --- /dev/null +++ b/src/contrib/install.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +wget https://www.openssl.org/source/openssl-1.0.1i.tar.gz +tar xzvf openssl-1.0.1i.tar.gz +cd openssl-1.0.1i +./config +make + +