37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# [packages.kitsunehosting.net](https://packages.kitsunehosting.net)
|
|
|
|
|
|
## For Arch
|
|
|
|
Add the repo to `/etc/pacman.conf`:
|
|
|
|
```conf
|
|
[kitsune]
|
|
SigLevel = Required
|
|
Server = https://packages.kitsunehosting.net/arch/$arch
|
|
```
|
|
|
|
You'll have to trust my key
|
|
|
|
```shell
|
|
curl -fsSL https://packages.kitsunehosting.net/arch/repository.key -o /tmp/kitsune-arch.key
|
|
sudo pacman-key --add /tmp/kitsune-arch.key
|
|
sudo pacman-key --lsign-key 55475892AE52B6B25703B53BDBB5A90C0995ECA5
|
|
sudo pacman -Sy
|
|
```
|
|
|
|
(if you dont wanna add a key, you can swap `SigLevel = Required` for `SigLevel = Optional TrustAll`.)
|
|
|
|
## For Debian
|
|
|
|
TODO! https://packages.kitsunehosting.net/debian/
|
|
|
|
# About autopackage
|
|
|
|
This is a rewrite/port of my original autopackage python script, that i used
|
|
to just keep to myself but... now im just trusting enough of my personal supply chain
|
|
that i think im comfy sharing package builds... at least for friends!
|
|
|
|
I mostly intend for CI to run this script but, if you want to make tweaks or experiment locally
|
|
thats super fine too!
|