mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
typo in installation.md
This commit is contained in:
parent
76cdfd3638
commit
5ef8c23ba0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user