From 0c683078661d8911d8c4099e26971bbd7f5ab108 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 16 Sep 2019 10:58:54 +0100 Subject: [PATCH] One more fix --- Repositories.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Repositories.php b/Repositories.php index e28db2a..8f0baa6 100644 --- a/Repositories.php +++ b/Repositories.php @@ -5,7 +5,8 @@ $PAGE_SOURCE_1 = ARRAY("/Repositories"); $PAGE_SOURCE_2 = ARRAY("Repositories"); include_once("includes/header.php"); -$DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_10.0.2_all.deb"; +$DEBIAN_PACKAGE = "kxstudio-repos_10.0.2_all.deb" +$DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/" . $DEBIAN_PACKAGE; ?>
@@ -58,7 +59,7 @@ sudo dpkg --purge kxstudio-repos-gcc5 wget # Install it -sudo dpkg -i +sudo dpkg -i