Update README.md

Update filename in instructions on libssl
This commit is contained in:
Keith 2018-10-02 14:34:49 +01:00 committed by GitHub
parent 4341e99135
commit 61ac421c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,8 @@ You are now ready to run the puppet agent to prepare and configure your system.
``` ```
wget http://http.debian.net/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb wget http://http.debian.net/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
rm libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb rm libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb
``` ```
Now we can install :-) Now we can install :-)