remove color

This commit is contained in:
ducoterra
2019-04-16 17:26:49 -04:00
parent 8e0e693fcb
commit 0c1542605e

View File

@@ -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