From 2b145620c6acff88ff9d361ffc5aa5555766953d Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 8 Jun 2017 18:40:35 +0200 Subject: [PATCH] Don't show warning on top of page; Update repo deb link --- Repositories.php | 12 ++++++------ includes/header.php | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Repositories.php b/Repositories.php index cff32df..1ffb5a4 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,16 +40,16 @@ 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.1~kxstudio1_all.deb
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.4.2~kxstudio1_all.deb
 
 # Install it
-sudo dpkg -i kxstudio-repos_9.4.1~kxstudio1_all.deb
+sudo dpkg -i kxstudio-repos_9.4.2~kxstudio1_all.deb
 


If you're using a system newer or equal to Debian Testing or Ubuntu 15.10 you'll also 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:

@@ -57,10 +57,10 @@ sudo dpkg -i kxstudio-repos_9.4.1~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.1~kxstudio1_all.deb
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.4.2~kxstudio1_all.deb
 
 # Install it
-sudo dpkg -i kxstudio-repos-gcc5_9.4.1~kxstudio1_all.deb
+sudo dpkg -i kxstudio-repos-gcc5_9.4.2~kxstudio1_all.deb
 


diff --git a/includes/header.php b/includes/header.php index dee99e1..9ca95be 100644 --- a/includes/header.php +++ b/includes/header.php @@ -12,8 +12,6 @@ else $SHOW_NOTE = FALSE; } -$SHOW_NOTE = TRUE; - if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPACE") { require "donate/config.php"; require "donate/connect.php";