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