remove color
This commit is contained in:
@@ -14,9 +14,7 @@ fi
|
|||||||
# source vars
|
# source vars
|
||||||
source vars
|
source vars
|
||||||
|
|
||||||
tput setaf 2
|
|
||||||
echo -e "Installing dependencies"
|
echo -e "Installing dependencies"
|
||||||
tput setaf 9
|
|
||||||
# create necessary dirs
|
# create necessary dirs
|
||||||
if [ ! -d $logdir ] ; then
|
if [ ! -d $logdir ] ; then
|
||||||
mkdir $logdir
|
mkdir $logdir
|
||||||
@@ -39,9 +37,7 @@ done
|
|||||||
# Sqlite3
|
# Sqlite3
|
||||||
# Download and setup Sqlite3 and modules
|
# Download and setup Sqlite3 and modules
|
||||||
################################################################################
|
################################################################################
|
||||||
tput setaf 2
|
|
||||||
echo -e "Install Sqlite3"
|
echo -e "Install Sqlite3"
|
||||||
tput setaf 9
|
|
||||||
|
|
||||||
# fetch Sqlite
|
# fetch Sqlite
|
||||||
wget -O sqlite.tar.gz $sqlink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
wget -O sqlite.tar.gz $sqlink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
||||||
@@ -90,9 +86,7 @@ fi
|
|||||||
# Python
|
# Python
|
||||||
# Download and setup Python and modules
|
# Download and setup Python and modules
|
||||||
################################################################################
|
################################################################################
|
||||||
tput setaf 2
|
|
||||||
echo -e "Installing Python"
|
echo -e "Installing Python"
|
||||||
tput setaf 9
|
|
||||||
|
|
||||||
wget -O python.tar.gz $pylink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
wget -O python.tar.gz $pylink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user