update to public gitea
This commit is contained in:
@ -18,12 +18,14 @@ get_public_rsync () {
|
||||
chmod 644 ${AUTHFILE}
|
||||
|
||||
cd /tmp
|
||||
rm -rf /tmp/zKeys*
|
||||
rm -rf /tmp/z*
|
||||
|
||||
curl -LJO https://github.com/spongle70/zKeys/archive/refs/heads/main.zip
|
||||
REPO=https://mint.nopenso.com/mirror
|
||||
|
||||
curl -LJO ${REPO}/zKeys/archive/main.zip
|
||||
unzip zKeys*.zip
|
||||
|
||||
cd zKeys-main
|
||||
cd zkeys
|
||||
echo "Save keys from github"
|
||||
cat _r*.pub >> ${AUTHFILE}
|
||||
# remove above lines in near future
|
||||
@ -31,7 +33,7 @@ get_public_rsync () {
|
||||
|
||||
echo "The approved keys are:"
|
||||
cat ${AUTHFILE}
|
||||
rm -rf ./zKeys*
|
||||
rm -rf ./z*
|
||||
echo "${SERVER_TYPE}: finished $0"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user