From a4efa92d43324e7ca6389d3ba1f9f4c454cbd80c Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:31:45 -0500 Subject: [PATCH] Update to Fedora 39 --- config/jp-apps.yml | 6 ------ config/recipe-cp-laptop.yml | 2 +- config/recipe-jp-desktop.yml | 2 +- config/recipe-jp-laptop.yml | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/config/jp-apps.yml b/config/jp-apps.yml index cd0e993..1044027 100644 --- a/config/jp-apps.yml +++ b/config/jp-apps.yml @@ -8,8 +8,6 @@ modules: - install-mkcert.sh - install-syncthing.sh - setup-kubectl.sh - - setup-vscode.sh - - install-pgadmin.sh - type: rpm-ostree repos: - https://pkg.earthly.dev/earthly.repo @@ -18,7 +16,6 @@ modules: install: - libadwaita - cmake - - code - cronie - neofetch - virt-manager @@ -42,9 +39,6 @@ modules: - musl-gcc - xclip - alacritty - - pgadmin4-desktop - - socat - - postgresql remove: - firefox - firefox-langpacks diff --git a/config/recipe-cp-laptop.yml b/config/recipe-cp-laptop.yml index b0b50ba..3cc766b 100644 --- a/config/recipe-cp-laptop.yml +++ b/config/recipe-cp-laptop.yml @@ -1,6 +1,6 @@ name: cp-laptop base-image: ghcr.io/ublue-os/cinnamon-main -image-version: 38 +image-version: 39 description: The image of Wunker OS for CP's laptop. modules: - type: files diff --git a/config/recipe-jp-desktop.yml b/config/recipe-jp-desktop.yml index f601ed9..72d10ff 100644 --- a/config/recipe-jp-desktop.yml +++ b/config/recipe-jp-desktop.yml @@ -1,6 +1,6 @@ name: jp-desktop base-image: ghcr.io/ublue-os/kinoite-nvidia -image-version: 38 +image-version: 39 description: The image of Wunker OS for JP's desktop. modules: - type: files diff --git a/config/recipe-jp-laptop.yml b/config/recipe-jp-laptop.yml index f6095d0..5ac92f7 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: 38 +image-version: 39 description: The image of Wunker OS for JP's Laptop. modules: - from-file: framework.yml