update readme
This commit is contained in:
30
README.md
30
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
|
||||
|
||||
Reference in New Issue
Block a user