Skip to content

Commit

Permalink
feat(cmd/install_bin): Add slu install-bin slu (not for upgrades, b…
Browse files Browse the repository at this point in the history
…ut for use with `-d`)
  • Loading branch information
ondrejsika committed Apr 8, 2023
1 parent 33324ea commit 252ed0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return "v0.1.0" },
UrlTemplate: "https://github.com/sikalabs/install-slu/releases/download/{{.Version}}/install-slu_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "slu",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "slu") },
UrlTemplate: "https://github.com/sikalabs/slu/releases/download/{{.Version}}/slu_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "tergum",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "tergum") },
Expand Down

0 comments on commit 252ed0d

Please sign in to comment.