From 9f515779251de5f81b23388a47b80a77cf9d9194 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 8 Oct 2015 16:10:19 +0200 Subject: [PATCH] Update repository link --- Repositories.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Repositories.php b/Repositories.php index ce09dcb..b4273fa 100644 --- a/Repositories.php +++ b/Repositories.php @@ -32,7 +32,7 @@ include_once("includes/header.php");

All Debian and Ubuntu users can enable our repositories by installing this deb file: - kxstudio-repos.deb.
+ kxstudio-repos.deb.
You can install it manually by running this:

@@ -40,24 +40,24 @@ include_once("includes/header.php");
 sudo apt-get install apt-transport-https software-properties-common wget
 
 # Download package file
-wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.0~kxstudio1_all.deb
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.1~kxstudio1_all.deb
 
 # Install it
-sudo dpkg -i kxstudio-repos_9.2.0~kxstudio1_all.deb
+sudo dpkg -i kxstudio-repos_9.2.1~kxstudio1_all.deb
 


If you're using a system newer or equal to Debian Testing or Ubuntu 15.10 you'll need to enable GCC5 packages.
You can do so by installing this deb file - - kxstudio-repos-gcc5.deb, + kxstudio-repos-gcc5.deb, or manually by running this:

 # Download package file
-wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.0~kxstudio1_all.deb
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.1~kxstudio1_all.deb
 
 # Install it
-sudo dpkg -i kxstudio-repos-gcc5_9.2.0~kxstudio1_all.deb
+sudo dpkg -i kxstudio-repos-gcc5_9.2.1~kxstudio1_all.deb