typo in installation.md

This commit is contained in:
Markus 2021-07-18 19:23:22 +02:00 committed by GitHub
parent 76cdfd3638
commit 5ef8c23ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: