change tar name

This commit is contained in:
ducoterra
2019-04-16 17:21:28 -04:00
parent 083808394a
commit f4b9bdfb39

View File

@@ -50,7 +50,7 @@ if [ $? -ne 0 ] ; then
exit 1
fi
tar xf sqlite.tar.xz 1>> $pylogloc 2>> $pylogloc 3>> $pylogloc
tar xf sqlite.tar.gz -C sqlite 1>> $pylogloc 2>> $pylogloc 3>> $pylogloc
if [ $? -ne 0 ] ; then
echo -e "Failed to unzip sqlite. $pylogmsg"
exit 1
@@ -99,7 +99,7 @@ if [ $? -ne 0 ] ; then
exit 1
fi
tar xf python.tar.xz 1>> $pylogloc 2>> $pylogloc 3>> $pylogloc
tar xf python.tar.gz -C python 1>> $pylogloc 2>> $pylogloc 3>> $pylogloc
if [ $? -ne 0 ] ; then
echo -e "Failed to unzip python. $pylogmsg"
exit 1