update readme

This commit is contained in:
KenwoodFox
2026-06-29 12:55:52 -04:00
parent 69bb4319dd
commit 7e397bf8b6

View File

@@ -1,4 +1,32 @@
# autopackage # [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 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 to just keep to myself but... now im just trusting enough of my personal supply chain