From 0c1542605ef309710a104ff07ffbdbde726c5968 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 16 Apr 2019 17:26:49 -0400 Subject: [PATCH] remove color --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index e1e9175..19fce77 100755 --- a/install.sh +++ b/install.sh @@ -14,9 +14,7 @@ fi # source vars source vars -tput setaf 2 echo -e "Installing dependencies" -tput setaf 9 # create necessary dirs if [ ! -d $logdir ] ; then mkdir $logdir @@ -39,9 +37,7 @@ done # Sqlite3 # Download and setup Sqlite3 and modules ################################################################################ -tput setaf 2 echo -e "Install Sqlite3" -tput setaf 9 # fetch Sqlite wget -O sqlite.tar.gz $sqlink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc @@ -90,9 +86,7 @@ fi # Python # Download and setup Python and modules ################################################################################ -tput setaf 2 echo -e "Installing Python" -tput setaf 9 wget -O python.tar.gz $pylink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc if [ $? -ne 0 ] ; then