This commit is contained in:
Leon 2021-08-14 03:04:42 +08:00 committed by GitHub
parent 951d9649a5
commit cc2df6efba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ case $option in
*) echo -e "\e[31m还没写好或不存在\e[0m\n"
esac
wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -${project}.sh
bash ${project}.sh
wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh
bash ${project}.sh