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; ?>