11 lines
301 B
Markdown
11 lines
301 B
Markdown
|
# Ourobor.OS Core Repos
|
||
|
Mostly being used to house AUR packages as standard packages for now
|
||
|
|
||
|
|
||
|
|
||
|
To add the repo, add the following to ``/etc/pacman.conf``
|
||
|
```
|
||
|
[obos-core-repo]
|
||
|
SigLevel = Optional DatabaseOptional
|
||
|
Server = https://git.ouroboros.group/Ouroboros/obos-core-repo/raw/branch/main/$arch
|
||
|
```
|