From 5ef8c23ba028d8e0375d1bca647cc6979e0135ec Mon Sep 17 00:00:00 2001 From: Markus <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:23:22 +0200 Subject: [PATCH] typo in installation.md --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 37e24bde..afb86ca1 100644 --- a/Installation.md +++ b/Installation.md @@ -19,7 +19,7 @@ wget -qO- https://apt.hyperion-project.org/hyperion.pub.key | sudo apt-key add - 2. Add Hyperion-Project to your APT sources: ```bash -echo "deb https://apt.hyperion-project.org/ stable main" | sudo tee /etc/apt/sources.list.d/hyperion.list +echo "deb https://apt.hyperion-project.org/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hyperion.list ``` 3. Update your local package index and install Hyperion: