Update userkeys.sh

This commit is contained in:
Hobbabobba
2025-09-16 08:36:34 +02:00
committed by GitHub
parent 0826fb6560
commit 957fd59001

View File

@@ -1,5 +1,5 @@
#!/bin/bash
curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/main/$1/keys
curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/refs/heads/main/$1/keys
if [ $? == 0 ]; then
exit 0
else