diff --git a/Repositories.php b/Repositories.php index 512eee3..0ac09bd 100644 --- a/Repositories.php +++ b/Repositories.php @@ -39,7 +39,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:
@@ -47,16 +47,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.9~kxstudio1_all.deb +wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.4.10~kxstudio1_all.deb # Install it -sudo dpkg -i kxstudio-repos_9.4.9~kxstudio1_all.deb +sudo dpkg -i kxstudio-repos_9.4.10~kxstudio1_all.deb
If you're using a system newer or equal to Debian 9 (Stretch) or Ubuntu 16.04 (Xenial) 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:
@@ -64,10 +64,10 @@ sudo dpkg -i kxstudio-repos_9.4.9~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.9~kxstudio1_all.deb +wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.4.10~kxstudio1_all.deb # Install it -sudo dpkg -i kxstudio-repos-gcc5_9.4.9~kxstudio1_all.deb +sudo dpkg -i kxstudio-repos-gcc5_9.4.10~kxstudio1_all.deb