Add --no-check-certificate to ioncube.sh

This commit is contained in:
FusionPBX 2020-06-02 11:52:55 -06:00 committed by GitHub
parent 2666f0b9f0
commit be0076595d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cd "$(dirname "$0")"
yum install unzip
#get the ioncube 64 bit loader
wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip
wget --no-check-certificate https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip
#uncompress the file
unzip ioncube_loaders_lin_x86-64.zip