Small typo to make openssl commands copy+pastable

This commit is contained in:
Duke Leto
2020-01-03 10:50:53 -05:00
committed by GitHub
parent d10c89cb71
commit 23e99e21ca

View File

@@ -28,7 +28,7 @@ apt-get -y update && apt-get install -y \
wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
tar zxvpf openssl-1.0.2t.tar.gz
cd openssl openssl-1.0.2t
cd openssl-1.0.2t
./configure linux-x86_64
make -j$(nproc)
```