aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-02 18:37:40 +0900
committerOphestra <cat@gensokyo.uk>2026-02-02 18:38:01 +0900
commit550e83dda9dd7a5434ce79e3ef16d99fefbde490 (patch)
tree752f9bb26ca8e4bee3298aa234ede272b89ee767 /internal/rosa/all.go
parent7877b4e6275f8b76c30540f5ae82c570417b17f7 (diff)
internal/rosa/gnu: grep artifact
Some GNU software do not like the grep in toybox. 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 a46cfb8b..00f01cea 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -24,6 +24,7 @@ const (
Git
Go
Gperf
+ Grep
Gzip
Hakurei
HakureiDist
@@ -104,6 +105,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"git": Git,
"go": Go,
"gperf": Gperf,
+ "grep": Grep,
"gzip": Gzip,
"hakurei": Hakurei,
"hakurei-dist": HakureiDist,