From f9d099538d0b77360d6d3cae6c3597c514f00722 Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 24 May 2019 09:34:28 +0200 Subject: [PATCH] Update README.md Update libssl .deb link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f77d209..e9c8bec 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ You are now ready to run the puppet agent to prepare and configure your system. **CAVEAT:** FreeSwitch 1.6 is not fully supported yet on Debian 9, but the only problem is a dependency on libssl1.0.0, which is not packaged for Debian 9, so you only need to do the following by hand first: Don't forget, or freeswitch will not install. ``` -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.2l-1~bpo8+1_amd64.deb -rm libssl1.0.0_1.0.2l-1~bpo8+1_amd64.deb +wget http://security-cdn.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb +dpkg -i libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb +rm libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb ``` Now we can install :-)