From 306f69669c2c6c6306a5c3d5d853eee805d0a8ce Mon Sep 17 00:00:00 2001 From: Thies Mueller <github@td00.de> Date: Fri, 29 Sep 2023 10:59:51 +0200 Subject: [PATCH] changed the gpg key url to regulary updated file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83505f7..f9e79f3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To install uffd on Debian Bullseye, add our package mirror to `/etc/sources.list deb https://packages.cccv.de/uffd bullseye main ``` -Then download [cccv-archive-key.gpg](cccv-archive-key.gpg) and add it to the trusted repository keys in `/etc/apt/trusted.gpg.d/`. +Then download [cccv-archive-key.gpg](https://packages.cccv.de/docs/cccv-archive-key.gpg) and add it to the trusted repository keys in `/etc/apt/trusted.gpg.d/`. Afterwards run `apt update && apt install uffd` to install the package. The Debian package uses uwsgi to run uffd and ships an `uffd-admin` script to execute flask commands in the correct context. -- GitLab