From be0076595db3fe5cb152196af2f707eb7655887b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 2 Jun 2020 11:52:55 -0600 Subject: [PATCH] Add --no-check-certificate to ioncube.sh --- centos/resources/ioncube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/ioncube.sh b/centos/resources/ioncube.sh index 3c245a6..0e9f29f 100644 --- a/centos/resources/ioncube.sh +++ b/centos/resources/ioncube.sh @@ -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