From 7e397bf8b614eebd70555e00a18fd5cc607509b0 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 29 Jun 2026 12:55:52 -0400 Subject: [PATCH] update readme --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfae48..cc0d430 100644 --- a/README.md +++ b/README.md @@ -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 to just keep to myself but... now im just trusting enough of my personal supply chain