This commit is contained in:
Leon 2021-08-15 17:03:19 +08:00
parent 04cd429152
commit 648041a029

View File

@ -46,7 +46,7 @@ docker_install() {
} }
Onekey(){ Onekey(){
rm ${project}.sh && wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh && bash ${project}.sh wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh && bash ${project}.sh
} }
INSTALL_JS_TOOL(){ INSTALL_JS_TOOL(){