Add dependencies
This commit is contained in:
parent
89d876303b
commit
5dfab85bf9
|
|
@ -87,7 +87,7 @@ function pre_install(){
|
||||||
# Update System
|
# Update System
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
# Install necessary dependencies
|
# Install necessary dependencies
|
||||||
apt-get -y --no-install-recommends install wget unzip curl build-essential autoconf libtool libssl-dev xmlto asciidoc
|
apt-get -y --no-install-recommends install wget unzip curl build-essential autoconf libtool openssl libssl-dev zlib1g-dev xmlto asciidoc
|
||||||
# Get IP address
|
# Get IP address
|
||||||
echo "Getting Public IP address, Please wait a moment..."
|
echo "Getting Public IP address, Please wait a moment..."
|
||||||
IP=$(curl -s -4 icanhazip.com)
|
IP=$(curl -s -4 icanhazip.com)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user