From 07f50aff949e7535621934848af087b5251510b0 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 30 Nov 2025 14:47:48 -0500 Subject: [PATCH] Install archipelago --- recipes/cp-laptop.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/cp-laptop.yml b/recipes/cp-laptop.yml index 4314e47..fd3e496 100644 --- a/recipes/cp-laptop.yml +++ b/recipes/cp-laptop.yml @@ -7,9 +7,6 @@ image-version: 42 description: The image of Wunker OS for CP's laptop. modules: - type: dnf - # repos: - # copr: - # - iucar/rstudio install: packages: - xdg-terminal-exec @@ -19,10 +16,16 @@ modules: - cronie - fprintd - fprintd-pam - # - R - # - rstudio-desktop - libreoffice - https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm + - mono-core + - type: files + files: + - source: archipelago + destination: / + - type: script + scripts: + - install-archipelago.sh - from-file: common/ms-fonts.yml - from-file: common/updates.yml - from-file: common/post-build.yml