From 072817eea65136a00245dc7f5c799a464f11efad Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 31 Dec 2015 11:52:08 -0600 Subject: [PATCH] Ubuntu/Debian: update ubuntu repo to 15.10 Signed-off-by: Eduardo Silva --- src/getting_started/debian_ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/getting_started/debian_ubuntu.md b/src/getting_started/debian_ubuntu.md index 1576ca9..ed07855 100644 --- a/src/getting_started/debian_ubuntu.md +++ b/src/getting_started/debian_ubuntu.md @@ -14,10 +14,10 @@ $ wget -qO - http://apt.monkey-project.com/monkey.key | sudo apt-key add - On Debian and derivated systems such as Ubuntu, you need to add our APT server entry to your sources lists, please add the following content at bottom of your __/etc/apt/sources.list__ file: -#### Ubuntu 15.04 (vivid) +#### Ubuntu 15.10 (Wily) ``` -deb http://apt.monkey-project.com/ubuntu vivid main +deb http://apt.monkey-project.com/ubuntu wily main ``` #### Debian 8 (jessie)