Add --no-check-certificate to ioncube.sh
This commit is contained in:
parent
2666f0b9f0
commit
be0076595d
|
|
@ -12,7 +12,7 @@ cd "$(dirname "$0")"
|
||||||
yum install unzip
|
yum install unzip
|
||||||
|
|
||||||
#get the ioncube 64 bit loader
|
#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
|
#uncompress the file
|
||||||
unzip ioncube_loaders_lin_x86-64.zip
|
unzip ioncube_loaders_lin_x86-64.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue