diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-17 21:50:32 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-17 21:50:32 +1200 |
| commit | 5d7dba22c896599958373d1472cf2d7a597f874a (patch) | |
| tree | 0bac30da9e5c9e2d7aaaccf694687021d873e955 /meta-yerba/recipes-core/images | |
| parent | 1b83d8f91d3310dfa1e80d4a6456c96be385c3f3 (diff) | |
| download | yerbalinux-5d7dba22c896599958373d1472cf2d7a597f874a.tar.xz yerbalinux-5d7dba22c896599958373d1472cf2d7a597f874a.zip | |
Actually.. add doas as a dep
Diffstat (limited to 'meta-yerba/recipes-core/images')
| -rw-r--r-- | meta-yerba/recipes-core/images/yerba-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yerba/recipes-core/images/yerba-image.bb b/meta-yerba/recipes-core/images/yerba-image.bb index 4fe6219..ab0fea1 100644 --- a/meta-yerba/recipes-core/images/yerba-image.bb +++ b/meta-yerba/recipes-core/images/yerba-image.bb @@ -21,6 +21,7 @@ IMAGE_INSTALL = "\ curl \ wget \ file \ + doas \ " EXTRA_USERS_PARAMS = "\ |
