From 3f4c1c56abc46ebb274083da5bdde6f1c04d0279 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 20 Jun 2023 15:24:14 +0800 Subject: [PATCH] delete update.sh after execute --- install/update_appstore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/update_appstore.sh b/install/update_appstore.sh index e0bb123e..679154c0 100644 --- a/install/update_appstore.sh +++ b/install/update_appstore.sh @@ -75,5 +75,6 @@ if [ "$old_library_version" \< "$latest_library_version" ]; then else echo "Library is not need to update" fi +rm $0 } LibraryUpdate \ No newline at end of file