From 550e83dda9dd7a5434ce79e3ef16d99fefbde490 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 2 Feb 2026 18:37:40 +0900 Subject: internal/rosa/gnu: grep artifact Some GNU software do not like the grep in toybox. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1