diff --git a/docs/tut_opensips_installs.rst b/docs/tut_opensips_installs.rst index 3b83a9aba..2c68ad126 100644 --- a/docs/tut_opensips_installs.rst +++ b/docs/tut_opensips_installs.rst @@ -9,11 +9,11 @@ OpenSIPS_ We got OpenSIPS_ installed via following commands: :: - wget -O - http://apt.opensips.org/key.asc | apt-key add - - echo "deb http://apt.opensips.org/debian/stable-2.1/jessie opensips-2.1-jessie main" > /etc/apt/sources.list.d/opensips.list + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5F2FBB7C + echo "deb http://apt.opensips.org jessie 2.1-releases" >>/etc/apt/sources.list apt-get update apt-get install opensips opensips-json-module opensips-restclient-module Once installed we proceed with loading the configuration out of specific tutorial cases bellow. -.. _OpenSIPS: http://www.opensips.org/ \ No newline at end of file +.. _OpenSIPS: http://www.opensips.org/