This commit is contained in:
USER
2025-11-10 16:54:21 +00:00
parent 5b221ea3d9
commit b18ad0cf17

View File

@ -21,10 +21,17 @@ get_public_rsync () {
cd /tmp
rm -rf /tmp/z*
REPO=https://mint.nopenso.com/mirror
REPO=https://git.cabinbagonly.com/mirror
curl -LJO ${REPO}/zKeys/archive/main.zip
unzip zKeys*.zip
which unzip
if [ $? == 1 ]
then
curl -LJO ${REPO}/zKeys/archive/main.tar.gz
tar -zvxf zKeys*.tar.gz
else
curl -LJO ${REPO}/zKeys/archive/main.zip
unzip zKeys*.zip
fi
cd zkeys
echo "Save keys from github"