Update install
This commit is contained in:
@@ -71,6 +71,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
|||||||
apt-get install libmariadbclient-dev -y
|
apt-get install libmariadbclient-dev -y
|
||||||
apt-get install g++ flex bison curl doxygen libyajl-dev libgeoip-dev libtool dh-autoreconf libcurl4-gnutls-dev libxml2 libpcre++-dev libxml2-dev -y
|
apt-get install g++ flex bison curl doxygen libyajl-dev libgeoip-dev libtool dh-autoreconf libcurl4-gnutls-dev libxml2 libpcre++-dev libxml2-dev -y
|
||||||
apt-get install libuuid1 uuid-dev -y
|
apt-get install libuuid1 uuid-dev -y
|
||||||
|
apt-get install libgd-dev libc6 -y
|
||||||
|
|
||||||
|
|
||||||
mkdir -p /hostdata/
|
mkdir -p /hostdata/
|
||||||
@@ -134,9 +135,9 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
|||||||
# Download Nginx
|
# Download Nginx
|
||||||
mkdir -p /opt/nginx/sources/
|
mkdir -p /opt/nginx/sources/
|
||||||
cd /opt/nginx/sources/
|
cd /opt/nginx/sources/
|
||||||
wget 'http://nginx.org/download/nginx-1.15.3.tar.gz'
|
wget 'http://nginx.org/download/nginx-1.15.5.tar.gz'
|
||||||
tar -xzvf nginx-1.15.3.tar.gz; rm -Rf nginx-1.15.3.tar.gz
|
tar -xzvf nginx-1.15.5.tar.gz; rm -Rf nginx-1.15.5.tar.gz
|
||||||
cd /opt/nginx/sources/nginx-1.15.3/
|
cd /opt/nginx/sources/nginx-1.15.5/
|
||||||
wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh
|
wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh
|
||||||
chmod +x nbuild.sh
|
chmod +x nbuild.sh
|
||||||
./nbuild.sh
|
./nbuild.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user