Skip to content

Commit

Permalink
feat(cmd/install_bin): Add slr (sikalabs random utils) to slu install…
Browse files Browse the repository at this point in the history
…-bin
  • Loading branch information
ondrejsika committed May 17, 2024
1 parent ad39ae4 commit 4831e40
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 @@ -361,6 +361,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "mon") },
UrlTemplate: "https://github.com/sikalabs/mon/releases/download/{{.Version}}/mon_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "slr",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "slr") },
UrlTemplate: "https://github.com/sikalabs/slr/releases/download/{{.Version}}/slr_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit 4831e40

Please sign in to comment.