From 9d68c9dc489bbc5ffb233845021ec1b604484ebf Mon Sep 17 00:00:00 2001 From: Jakub Turski Date: Sat, 30 Nov 2024 20:10:56 +0000 Subject: [PATCH] feat: add man to yaucore --- recipes/yaucore.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/yaucore.yaml b/recipes/yaucore.yaml index f46f937..d433a75 100644 --- a/recipes/yaucore.yaml +++ b/recipes/yaucore.yaml @@ -17,5 +17,11 @@ modules: scripts: - os-release-yaucore.sh + # add repositories, install RPM packages + - type: rpm-ostree + install: + - man-db + - man-pages + # sign the image - type: signing