From 5b43fe1fc320a2b8beffb50ffa74fa53015895e6 Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Mon, 27 May 2019 11:21:21 +0100 Subject: [PATCH] Also clean partially downloaded files --- cleanup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanup.sh b/cleanup.sh index 10334a4..d67060b 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -31,6 +31,7 @@ fi rm -r src/ rm -r pkg/ rm v*.zip +rm v*.zip.part rm *tar.xz exit 0