internal/rosa/gnu: grep artifact

Some GNU software do not like the grep in toybox.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-02 18:37:40 +09:00
parent 7877b4e627
commit 550e83dda9
2 changed files with 28 additions and 2 deletions

View File

@@ -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,