Update ioncube.sh
This commit is contained in:
parent
a80b9ce9f1
commit
61a9e0a874
|
|
@ -16,6 +16,7 @@ if [ -d "ioncube" ]; then
|
||||||
rm -Rf ioncube;
|
rm -Rf ioncube;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ .$cpu_architecture = .'x86' ]; then
|
||||||
#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 https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip
|
||||||
|
|
||||||
|
|
@ -24,6 +25,7 @@ unzip ioncube_loaders_lin_x86-64.zip
|
||||||
|
|
||||||
#remove the zip file
|
#remove the zip file
|
||||||
rm ioncube_loaders_lin_x86-64.zip
|
rm ioncube_loaders_lin_x86-64.zip
|
||||||
|
fi
|
||||||
|
|
||||||
#copy the loader to the correct directory
|
#copy the loader to the correct directory
|
||||||
if [ ."$php_version" = ."5.6" ]; then
|
if [ ."$php_version" = ."5.6" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue