update wget
This commit is contained in:
@@ -44,7 +44,7 @@ echo -e "Install Sqlite3"
|
|||||||
tput setaf 9
|
tput setaf 9
|
||||||
|
|
||||||
# fetch Sqlite
|
# fetch Sqlite
|
||||||
wget $sqlink sqlite.tar.gz 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
wget -O sqlite.tar.gz $sqlink 1> $pylogloc 2>> $pylogloc 3>> $pylogloc
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo -e "Failed to fetch sqlite, make sure wget is installed and $pylink is what you're after. $pylogmsg"
|
echo -e "Failed to fetch sqlite, make sure wget is installed and $pylink is what you're after. $pylogmsg"
|
||||||
exit 1
|
exit 1
|
||||||
@@ -93,7 +93,7 @@ tput setaf 2
|
|||||||
echo -e "Installing Python"
|
echo -e "Installing Python"
|
||||||
tput setaf 9
|
tput setaf 9
|
||||||
|
|
||||||
wget $pylink python.tar.gz 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
|
||||||
echo -e "Failed to fetch python, make sure wget is installed and $pylink is what you're after. $pylogmsg"
|
echo -e "Failed to fetch python, make sure wget is installed and $pylink is what you're after. $pylogmsg"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user