From d8273a544ca655527747e6cd30f420a95928590f Mon Sep 17 00:00:00 2001 From: NaiJi Date: Thu, 14 Apr 2022 13:58:26 +0000 Subject: [PATCH] Update 'indexparser.sh' --- indexparser.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/indexparser.sh b/indexparser.sh index a141570..ca3c5fe 100644 --- a/indexparser.sh +++ b/indexparser.sh @@ -19,6 +19,7 @@ yes Y | apt upgrade wget http://storage-url/package-name/dev/ recent_develop="$(cat index.html | tail -n 3 | head -n 1 | cut -f 2 -d '>' | cut -f 1 -d '<' | cut -f 1 -d '/')" echo "Actual dev version: $recent_develop" +rm *index*