From 35c5e7983d0e30504c6de175a5a7f74a9333b33c Mon Sep 17 00:00:00 2001 From: siddht1 Date: Sun, 17 Nov 2024 15:44:07 +0530 Subject: [PATCH] Update update.sh - deletes the zip file created when new version is downloaded --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 6730185..ef506d6 100755 --- a/update.sh +++ b/update.sh @@ -28,4 +28,4 @@ unzip $ZIP_FILE popd rm -f ./latest ln -s $REVISION/chrome-linux/ ./latest - +rm -f ./$REVISION/$ZIP_FILE