.
This commit is contained in:
@ -21,10 +21,17 @@ get_public_rsync () {
|
|||||||
cd /tmp
|
cd /tmp
|
||||||
rm -rf /tmp/z*
|
rm -rf /tmp/z*
|
||||||
|
|
||||||
REPO=https://mint.nopenso.com/mirror
|
REPO=https://git.cabinbagonly.com/mirror
|
||||||
|
|
||||||
|
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
|
curl -LJO ${REPO}/zKeys/archive/main.zip
|
||||||
unzip zKeys*.zip
|
unzip zKeys*.zip
|
||||||
|
fi
|
||||||
|
|
||||||
cd zkeys
|
cd zkeys
|
||||||
echo "Save keys from github"
|
echo "Save keys from github"
|
||||||
|
|||||||
Reference in New Issue
Block a user