diff options
| author | huker667 <huker@tuta.io> | 2026-05-10 09:51:20 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-05-10 09:51:20 +0300 |
| commit | e9046a96f1edd2d52594785998d90a14d10a5803 (patch) | |
| tree | b2a0119be219839dff66d07e638a6775a568b0eb /docs/adding-repositories.md | |
| download | qulay-master.tar.gz qulay-master.tar.bz2 qulay-master.zip | |
init commit v0.7master
Diffstat (limited to 'docs/adding-repositories.md')
| -rw-r--r-- | docs/adding-repositories.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/adding-repositories.md b/docs/adding-repositories.md new file mode 100644 index 0000000..3274507 --- /dev/null +++ b/docs/adding-repositories.md @@ -0,0 +1,14 @@ +# adding repositories + +the file with the list of repository links is located in `/etc/qulay/repositories.uz` (it's not UzbekDB file). to add a repository, you need to open this file and add a line with a link, for example: +``` +http://127.0.0.1:8000/releases/core.tar.zst +https://codeberg.org/UzbekLinux/qulay-pkgs/releases/download/latest/halal.tar.zst +``` +you must provide a link specifically to the release Zstd archive. + +update in qulay after adding repositories urls: +``` +qulay u +``` +qulay will download tar.zst file and extract it to `/var/lib/qulay/repos/` folder. |