diff --git a/install.sh b/install.sh index fe35ffe..000c6a0 100755 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ if [ $? -ne 0 ] ; then fi cd .. -rm sqlite.tar.xz 1>> $pylogloc 2>> $pylogloc +rm sqlite.tar.gz 1>> $pylogloc 2>> $pylogloc rm -rf sqlite 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then echo -e "Failed to remove Sqlite install files. $pylogmsg" @@ -151,7 +151,7 @@ if [ $? -ne 0 ] ; then fi cd .. -rm python.tar.xz 1>> $pylogloc 2>> $pylogloc +rm python.tar.gz 1>> $pylogloc 2>> $pylogloc rm -rf python 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then echo -e "Failed to remove Python install files. $pylogmsg"