add npc install and update

This commit is contained in:
unknown
2019-12-16 17:15:05 +08:00
parent 58257be867
commit 186f2e228d
5 changed files with 71 additions and 37 deletions

View File

@@ -101,7 +101,7 @@ func main() {
}
return
case "update":
install.Update()
install.UpdateNps()
return
default:
logs.Error("command is not support")