Fix typo in unstable
This commit is contained in:
parent
a88808524b
commit
e5c2ba88b4
|
@ -3,7 +3,7 @@ title: Repository Management
|
|||
---
|
||||
# Repository Management
|
||||
|
||||
While Solus currently only provides two repositories, stable (shannon) and stable, our package manager does support actively using multiple repositories on your system. This
|
||||
While Solus currently only provides two repositories, stable (shannon) and unstable, our package manager does support actively using multiple repositories on your system. This
|
||||
is useful if you are using a vendor-provided repository.
|
||||
|
||||
## Adding a Repository
|
||||
|
@ -86,4 +86,4 @@ You can list all the repositories added on your system by using:
|
|||
|
||||
``` bash
|
||||
sudo eopkg list-repo
|
||||
```
|
||||
```
|
||||
|
|
Reference in New Issue