Install archipelago

This commit is contained in:
2025-11-30 14:47:48 -05:00
parent 6b6fe0d4ed
commit 07f50aff94

View File

@@ -7,9 +7,6 @@ image-version: 42
description: The image of Wunker OS for CP's laptop. description: The image of Wunker OS for CP's laptop.
modules: modules:
- type: dnf - type: dnf
# repos:
# copr:
# - iucar/rstudio
install: install:
packages: packages:
- xdg-terminal-exec - xdg-terminal-exec
@@ -19,10 +16,16 @@ modules:
- cronie - cronie
- fprintd - fprintd
- fprintd-pam - fprintd-pam
# - R
# - rstudio-desktop
- libreoffice - libreoffice
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm - 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/ms-fonts.yml
- from-file: common/updates.yml - from-file: common/updates.yml
- from-file: common/post-build.yml - from-file: common/post-build.yml