Update nginx-compile.sh
This commit is contained in:
parent
e6d9c37d9c
commit
f9a5811a77
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ MAIN_DIR=$(pwd)
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install build-essential dpkg-dev debhelper autotools-dev libgeoip-dev libssl-dev libpcre3-dev zlib1g-dev -y
|
sudo apt-get install -y build-essential dpkg-dev debhelper autotools-dev libgeoip-dev libssl-dev libpcre3-dev zlib1g-dev
|
||||||
|
|
||||||
|
|
||||||
#Download nginx source
|
#Download nginx source
|
||||||
wget http://nginx.org/download/nginx-1.24.0.tar.gz
|
wget http://nginx.org/download/nginx-1.24.0.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue