fix file ziper issue
This commit is contained in:
@ -22,8 +22,13 @@ get_public_bastion () {
|
|||||||
|
|
||||||
REPO=https://mint.nopenso.com/mirror
|
REPO=https://mint.nopenso.com/mirror
|
||||||
|
|
||||||
curl -LJO ${REPO}/zKeys/archive/main.zip
|
which unzip
|
||||||
unzip zKeys*.zip
|
if [ $? == 1 ]
|
||||||
|
curl -LJO ${REPO}/zKeys/archive/main.tar.gz
|
||||||
|
tar -zvxf zKeys*.tar.gz
|
||||||
|
else
|
||||||
|
curl -LJO ${REPO}/zKeys/archive/main.zip
|
||||||
|
unzip zKeys*.zip
|
||||||
|
|
||||||
cd zkeys
|
cd zkeys
|
||||||
echo "Save keys from github"
|
echo "Save keys from github"
|
||||||
|
|||||||
Reference in New Issue
Block a user