update wget

This commit is contained in:
ducoterra
2019-04-16 17:18:51 -04:00
parent 2934d7978a
commit 083808394a

View File

@@ -44,7 +44,7 @@ echo -e "Install Sqlite3"
tput setaf 9
# 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
echo -e "Failed to fetch sqlite, make sure wget is installed and $pylink is what you're after. $pylogmsg"
exit 1
@@ -93,7 +93,7 @@ tput setaf 2
echo -e "Installing Python"
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
echo -e "Failed to fetch python, make sure wget is installed and $pylink is what you're after. $pylogmsg"
exit 1