From e9df517e68d4fdc05e5d62410de07e431275a95c Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Tue, 16 Sep 2025 09:10:48 +0200 Subject: [PATCH] Update userkeys.sh --- userkeys.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userkeys.sh b/userkeys.sh index 3adc9d8..795c753 100644 --- a/userkeys.sh +++ b/userkeys.sh @@ -1,7 +1,7 @@ #!/bin/bash -curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/refs/heads/main/$1/keys +curl -sf https://git.nauheimtech.de/StefanMewes/keyserver/raw/branch/main/$1/keys if [ $? == 0 ]; then exit 0 else - curl -sf https://git.nauheimtech.de/StefanMewes/keyserver/raw/branch/main/$1/keys + curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/refs/heads/main/$1/keys fi