Create userkeys.sh
This commit is contained in:
7
userkeys.sh
Normal file
7
userkeys.sh
Normal 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
|
||||
Reference in New Issue
Block a user