From bfb2c7a99c460be9f26339e404960743facd5725 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Fri, 17 Apr 2020 05:43:06 +0200 Subject: [PATCH] Update README --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2d220b5..77f68d3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Rhizomatica Puppet repository -This is a puppet recipe to install and prepare an installation of RCCN on a Debian 9 system. +This is a puppet recipe to install and prepare an installation of RCCN on a Debian 9/10 system. **INSTALLATION:** -Install Debian 9 (stretch) amd64 from +Install Debian 9 or 10 (stretch/buster) amd64 from [https://www.debian.org/distrib/netinst](https://www.debian.org/distrib/netinst) - During the Install process, create a user '**rhizomatica**' @@ -52,16 +52,6 @@ Install Debian 9 (stretch) amd64 from 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://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 :-) We use ignoreschedules here to make sure that everything happens on these initial runs, you should not need it afterwards.