From 04cd429152c999d952843af896f6a6922358a7cc Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 15 Aug 2021 16:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=94=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/1.sh b/Scripts/sh/1.sh index 4c8cf47..af92968 100644 --- a/Scripts/sh/1.sh +++ b/Scripts/sh/1.sh @@ -46,7 +46,7 @@ docker_install() { } Onekey(){ - wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh && bash ${project}.sh + rm ${project}.sh && wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh && bash ${project}.sh } INSTALL_JS_TOOL(){