Add log location for failures, warn about dependency and make taking a while

This commit is contained in:
Chase D. Wright 2019-01-23 17:01:36 -06:00
parent 48f6351318
commit 93ea6b2db1
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ fi
#TOMCAT=""
# Install features
echo -e "${BLUE}Installing dependencies (This might take a few minutes...)${NC}"
echo -e "${BLUE}Installing dependencies. This might take a few minutes...${NC}"
apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavutil-dev \
libswscale-dev libfreerdp-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev \
@ -184,7 +184,7 @@ else
echo -e "${GREEN}OK${NC}"
fi
echo -e "${BLUE}Running Make...${NC}"
echo -e "${BLUE}Running Make. This might take a few minutes...${NC}"
make &>> ${LOG}
if [ $? -ne 0 ]; then
echo -e "${RED}Failed. See ${LOG}${NC}"