aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-05 18:15:16 +0900
committerOphestra <cat@gensokyo.uk>2026-02-05 18:15:16 +0900
commitd77ad3bb6ed27a30df3d666aacb1477dced912ed (patch)
tree6b1d9afd9c0d1f035f728d5dc75e63dd91cd0cb2 /internal/rosa/all.go
parent0142fc90b0bf966a6ecf4acddc4d25f038ed98b6 (diff)
internal/rosa: curl artifact
Required for http support in git. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 9ff5798a..f82841ea 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -17,6 +17,7 @@ const (
Bash
CMake
Coreutils
+ Curl
Diffutils
Findutils
Fuse
@@ -103,6 +104,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"bash": Bash,
"cmake": CMake,
"coreutils": Coreutils,
+ "curl": Curl,
"diffutils": Diffutils,
"findutils": Findutils,
"fuse": Fuse,