Clarity
This commit is contained in:
parent
f0bd2e3b36
commit
80229e3c5e
2 changed files with 15 additions and 3 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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
|
||||||
|
```
|
|
@ -1,3 +1,4 @@
|
||||||
repo-add obos-core-repo.db.tar.gz *.pkg.tar.zst
|
# x86_64
|
||||||
mv obos-core.repo.files.tar.gz obos-core.repo.files
|
repo-add ./x86_64/obos-core-repo.db.tar.gz ./x86_64/*.pkg.tar.zst
|
||||||
mv obos-core.repo.db.tar.gz obos-core.repo.db
|
mv ./x86_64/obos-core.repo.files.tar.gz ./x86_64/obos-core.repo.files
|
||||||
|
mv ./x86_64/obos-core.repo.db.tar.gz ./x86_64/obos-core.repo.db
|
Loading…
Reference in a new issue