From 087a5d2c42b1f686a1b30ea785242f382ae951cd Mon Sep 17 00:00:00 2001 From: Maarti <7086929+Maarti@users.noreply.github.com> Date: Sat, 29 Jun 2019 11:56:07 -0400 Subject: [PATCH] Update of the installation instructions for Debian (#490) Solaar is available on official Debian repository and the old repo link `https://pwr.github.io/Solaar/packages/` is dead and causes `404 Not Found` error and `The repository 'http://pwr.github.io/Solaar/packages ./ Release' does not have a Release file.` error when doing `apt update` so I updated the installation instructions. --- docs/debian.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/debian.md b/docs/debian.md index 7b4a0aea..9fd9a6c0 100644 --- a/docs/debian.md +++ b/docs/debian.md @@ -1,7 +1,3 @@ # Debian repository -To use this repository with your Debian machine, create a file `solaar.list` in -`/etc/apt/sources.list.d/`, with the following contents: - - deb https://pwr.github.io/Solaar/packages/ ./ - deb-src https://pwr.github.io/Solaar/packages/ ./ +Solaar is now part of the [official debian repository](https://packages.debian.org/solaar-gnome3), to install it on your debian machine, use the following command: `sudo apt install solaar-gnome3`