From 2de36d02dd0862f08c39ed38f577b1203a6c5549 Mon Sep 17 00:00:00 2001 From: pan Date: Sun, 5 Jul 2026 23:27:02 +0200 Subject: [PATCH] Use public signed RPM repository bootstrap --- README.md | 2 +- packaging/synadm-tui-thueringen.repo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f98e6d3..512151c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Dieser Ablauf wurde mit Version 0.15 in einer isolierten APT-Umgebung geprüft: Die getrennte und signierte RPM-Quelle wird so eingerichtet: ```bash -sudo curl -fsSL https://git.blackwall.ipv64.de/pan/synadm-tui-thueringen/raw/branch/main/packaging/synadm-tui-thueringen.repo \ +sudo curl -fsSL https://git.blackwall.ipv64.de/api/packages/pan/generic/synadm-tui-repository/1/synadm-tui-thueringen.repo \ -o /etc/yum.repos.d/synadm-tui-thueringen.repo sudo dnf install synadm-tui-thueringen ``` diff --git a/packaging/synadm-tui-thueringen.repo b/packaging/synadm-tui-thueringen.repo index edb5b44..2626316 100644 --- a/packaging/synadm-tui-thueringen.repo +++ b/packaging/synadm-tui-thueringen.repo @@ -3,4 +3,4 @@ name=synadm TUI Thüringen baseurl=https://git.blackwall.ipv64.de/api/packages/pan/rpm/thueringen enabled=1 gpgcheck=1 -gpgkey=https://git.blackwall.ipv64.de/pan/synadm-tui/raw/branch/main/packaging/RPM-GPG-KEY-synadm-tui +gpgkey=https://git.blackwall.ipv64.de/api/packages/pan/generic/synadm-tui-repository/1/RPM-GPG-KEY-synadm-tui