Add: Download the nu and deno binaries from GitHub
Signed-off-by: David Randall <David@NiceGuyIT.biz>
This commit is contained in:
parent
6ba3272dc0
commit
87e1b29ef6
8 changed files with 592 additions and 11 deletions
4
main.go
4
main.go
|
|
@ -117,6 +117,10 @@ func main() {
|
|||
fmt.Println(a.PublicIP())
|
||||
case "getpython":
|
||||
a.GetPython(true)
|
||||
case "getdeno":
|
||||
a.GetDeno(true)
|
||||
case "getnushell":
|
||||
a.GetNushell(true)
|
||||
case "runmigrations":
|
||||
a.RunMigrations()
|
||||
case "recovermesh":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue