forked from norman/fusionpbx-install.sh-github-mirror
Add --no-check-certificate to ioncube.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user