remove color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user