From 94ffe919b9b50f5e1d970b5e10852d132a640a2b Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 31 Mar 2018 21:01:58 +0200 Subject: [PATCH] Update repo deb link --- Repositories.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Repositories.php b/Repositories.php index 0ac09bd..8b6dc66 100644 --- a/Repositories.php +++ b/Repositories.php @@ -47,10 +47,10 @@ 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.4.10~kxstudio1_all.deb +wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.5.1~kxstudio2_all.deb # Install it -sudo dpkg -i kxstudio-repos_9.4.10~kxstudio1_all.deb +sudo dpkg -i kxstudio-repos_9.5.1~kxstudio2_all.deb


@@ -64,10 +64,10 @@ sudo dpkg -i kxstudio-repos_9.4.10~kxstudio1_all.deb sudo apt-get install libglibmm-2.4-1v5 # Download package file -wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.4.10~kxstudio1_all.deb +wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.5.1~kxstudio2_all.deb # Install it -sudo dpkg -i kxstudio-repos-gcc5_9.4.10~kxstudio1_all.deb +sudo dpkg -i kxstudio-repos-gcc5_9.5.1~kxstudio2_all.deb