fix file ziper issue

This commit is contained in:
USER
2023-08-06 21:00:39 +01:00
parent 76b4ab9c8f
commit 8143fe8c04

View File

@ -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