Files
keyserver/userkeys.sh
2025-09-16 09:10:48 +02:00

8 lines
223 B
Bash

#!/bin/bash
curl -sf https://git.nauheimtech.de/StefanMewes/keyserver/raw/branch/main/$1/keys
if [ $? == 0 ]; then
exit 0
else
curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/refs/heads/main/$1/keys
fi