This commit is contained in:
USER
2023-08-06 21:53:13 +01:00
parent 2cfb01830f
commit aac4720ae7

View File

@ -24,6 +24,7 @@ get_public_bastion () {
which unzip which unzip
if [ $? == 1 ] if [ $? == 1 ]
then
curl -LJO ${REPO}/zKeys/archive/main.tar.gz curl -LJO ${REPO}/zKeys/archive/main.tar.gz
tar -zvxf zKeys*.tar.gz tar -zvxf zKeys*.tar.gz
else else