From 4105cf7fc4c70d52db2d7ba85608af64f6de50f8 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:11:10 -0400 Subject: [PATCH] Install borg and vorta --- recipes/common/jp-packages.yml | 2 ++ recipes/cp-laptop.yml | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/recipes/common/jp-packages.yml b/recipes/common/jp-packages.yml index 6ec6a3c..6ffa459 100644 --- a/recipes/common/jp-packages.yml +++ b/recipes/common/jp-packages.yml @@ -14,6 +14,8 @@ modules: - https://brave-browser-rpm-release.s3.brave.com/brave-core.asc install: packages: + - borgbackup + - vorta - libadwaita - cronie - plasma-browser-integration diff --git a/recipes/cp-laptop.yml b/recipes/cp-laptop.yml index 843f95f..476aecf 100644 --- a/recipes/cp-laptop.yml +++ b/recipes/cp-laptop.yml @@ -12,17 +12,19 @@ modules: ID: wunker_os PRETTY_NAME: Wunker OS for Framework 13 - type: dnf - repos: - copr: - - iucar/rstudio + # repos: + # copr: + # - iucar/rstudio install: packages: + - borgbackup + - vorta - libadwaita - cronie - fprintd - fprintd-pam - - R - - rstudio-desktop + # - R + # - rstudio-desktop - libreoffice - from-file: common/ms-fonts.yml - from-file: common/updates.yml