This commit is contained in:
nelle 2023-08-08 05:50:18 -06:00
parent f0bd2e3b36
commit 80229e3c5e
2 changed files with 15 additions and 3 deletions

11
README.md Normal file
View 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
```

View file

@ -1,3 +1,4 @@
repo-add obos-core-repo.db.tar.gz *.pkg.tar.zst
mv obos-core.repo.files.tar.gz obos-core.repo.files
mv obos-core.repo.db.tar.gz obos-core.repo.db
# x86_64
repo-add ./x86_64/obos-core-repo.db.tar.gz ./x86_64/*.pkg.tar.zst
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