Update userkeys.sh

This commit is contained in:
Hobbabobba
2025-09-16 09:10:48 +02:00
committed by GitHub
parent 957fd59001
commit e9df517e68

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/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 if [ $? == 0 ]; then
exit 0 exit 0
else 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 fi