no install recommends dependencies

This commit is contained in:
Teddysun 2016-07-26 20:12:24 +09:00
parent eb92f9cd91
commit 92cb90384b

View File

@ -87,8 +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 install -y wget unzip curl build-essential autoconf libtool libssl-dev asciidoc 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 xmlto
# 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)