From 8b6bc23c2e9ebdd0877c900fc70fb547ef802436 Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <admin@spinrath.net>
Date: Thu, 15 Oct 2015 20:35:17 +0200
Subject: [PATCH] liprepoctl: adapt distribution/release

---
 scripts/liprepoctl.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/liprepoctl.sh b/scripts/liprepoctl.sh
index 0250773..ff0a7d8 100644
--- a/scripts/liprepoctl.sh
+++ b/scripts/liprepoctl.sh
@@ -3,8 +3,8 @@
 ACTION="$1"
 FILENAME="/etc/apt/sources.list.d/lipoffline.list"
 ACTIVATED=`test -e "$FILENAME"`
-DIST_CODENAME="trusty"
-DIST_VERSION="14.04"
+DIST_CODENAME="wily"
+DIST_VERSION="15.10"
 
 
 function install_repo()
-- 
GitLab