diff --git a/config/containerfiles/xboxdrv/Containerfile b/config/containerfiles/xboxdrv/Containerfile deleted file mode 100644 index 15841b7..0000000 --- a/config/containerfiles/xboxdrv/Containerfile +++ /dev/null @@ -1,3 +0,0 @@ -COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrv /usr/bin/xboxdrv -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 diff --git a/config/recipe-jp-desktop.yml b/config/recipe-jp-desktop.yml index 5f24c37..3638b72 100644 --- a/config/recipe-jp-desktop.yml +++ b/config/recipe-jp-desktop.yml @@ -9,6 +9,8 @@ modules: - steam-firewall: /usr - desktop-audio: /usr - type: containerfile - containerfiles: - - xboxdrv + snippets: + - COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrv /usr/bin/xboxdrv + - 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 diff --git a/config/recipe-jp-laptop.yml b/config/recipe-jp-laptop.yml index 5ac92f7..e43854d 100644 --- a/config/recipe-jp-laptop.yml +++ b/config/recipe-jp-laptop.yml @@ -1,6 +1,6 @@ name: jp-laptop base-image: ghcr.io/ublue-os/kinoite-main -image-version: 39 +image-version: latest description: The image of Wunker OS for JP's Laptop. modules: - from-file: framework.yml