Create userkeys.sh

This commit is contained in:
Hobbabobba
2021-10-16 11:35:10 +02:00
committed by GitHub
parent 20c3b035ef
commit e4548f950f

7
userkeys.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/main/$1/keys
if [ $? == 0 ]; then
exit 0
else
curl -sf https://git.datenwarehouse.synology.me/StefanMewes/keyserver/raw/branch/main/$1/keys
fi