From 46aa5296117daf78e67f0e78cdc264c0229c686f Mon Sep 17 00:00:00 2001 From: silvernode Date: Wed, 25 Feb 2015 04:34:23 -0600 Subject: [PATCH] excluded yad as a required dependency --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9620fd4..6132ecb 100755 --- a/install.sh +++ b/install.sh @@ -153,9 +153,9 @@ fi #if a certain number is not reached, the check fails #if the check succeeds, files are installed #TODO add checks to verify installation -ALLSTATUS=$(expr ${YSTATUS} + ${FSTATUS} + ${ZSTATUS} + ${YASTATUS} + ${XSTATUS} + ${NSTATUS} + ${ISTATUS}) +ALLSTATUS=$(expr ${YSTATUS} + ${FSTATUS} + ${ZSTATUS} + ${XSTATUS} + ${NSTATUS} + ${ISTATUS}) -if [ ${ALLSTATUS} != 7 ];then +if [ ${ALLSTATUS} != 6 ];then echo "$0 : ERROR : not all dependencies installed!" exit 0; else