7c381ca64d
This way one doesn't need to follow the instructions in the README and can just run the build script. It also dumps the contents in the same folder.
6 lines
154 B
Bash
6 lines
154 B
Bash
#!/usr/bin/env bash
|
|
|
|
curl -O https://www.openssl.org/source/openssl-1.1.1b.tar.gz
|
|
tar xf openssl-1.1.1b.tar.gz
|
|
cd openssl-1.1.1b
|
|
../build_openssl_dist.sh
|