From a55065668590537d297d47157809249e48b7a229 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:30:14 -0500 Subject: [PATCH] Move r2modman install further down --- config/recipe-jp-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/recipe-jp-desktop.yml b/config/recipe-jp-desktop.yml index 53839c6..f9220a1 100644 --- a/config/recipe-jp-desktop.yml +++ b/config/recipe-jp-desktop.yml @@ -4,7 +4,6 @@ image-version: latest description: The image of Wunker OS for JP's desktop. blue-build-tag: main-installer modules: - - from-file: r2modman.yml - type: files files: - 8bitdo-ultimate: /usr @@ -16,3 +15,4 @@ modules: - COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrvctl /usr/bin/xboxdrvctl - COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/share/man/man1/xboxdrv.1 /usr/share/man/man1/xboxdrv.1 - from-file: jp-apps.yml + - from-file: r2modman.yml