This commit is contained in:
yuzuki999 2023-05-24 10:37:52 +08:00
parent 73342652fe
commit 017af454cb

View File

@ -14,7 +14,7 @@ var (
Use: "update",
Short: "Update V2bX version",
Run: func(_ *cobra.Command, _ []string) {
c := execCommandStd("bash",
execCommandStd("bash",
"<(curl -Ls https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install.sh)",
targetVersion)
},