diff options
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index fbe27445..0fdfdc8a 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -16,6 +16,7 @@ const ( Automake Bash Binutils + Bzip2 CMake Coreutils Curl @@ -113,6 +114,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "automake": Automake, "bash": Bash, "binutils": Binutils, + "bzip2": Bzip2, "cmake": CMake, "coreutils": Coreutils, "curl": Curl, |
