fix file ziper issue
This commit is contained in:
@ -22,6 +22,11 @@ get_public_bastion () {
|
||||
|
||||
REPO=https://mint.nopenso.com/mirror
|
||||
|
||||
which unzip
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user