Fix dependency issue

This commit is contained in:
Teddysun 2016-07-05 13:59:49 +09:00 committed by GitHub
parent 6035a89805
commit 458b71f6aa

View File

@ -84,6 +84,7 @@ function pre_install(){
apt-get -y update
# Install necessary dependencies
apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev
apt-get -y --no-install-recommends install xmlto
# Get IP address
echo "Getting Public IP address, Please wait a moment..."
IP=$(curl -s -4 icanhazip.com)