From 677055cf62935ac2658a8ef972e625913aa20dc2 Mon Sep 17 00:00:00 2001 From: Chun-Yu Shei Date: Sun, 3 Nov 2024 19:47:50 -0800 Subject: [PATCH] Re-add Wezterm and change all image versions to 'latest' --- recipes/image_configs/common.yml | 2 +- recipes/recipe-kde-nvidia.yml | 2 +- recipes/recipe-kde.yml | 2 +- recipes/recipe.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/image_configs/common.yml b/recipes/image_configs/common.yml index 2cd3f38..ced0834 100644 --- a/recipes/image_configs/common.yml +++ b/recipes/image_configs/common.yml @@ -53,7 +53,7 @@ modules: - strace - tailscale - virt-manager - # - wezterm + - wezterm - yt-dlp - zsh diff --git a/recipes/recipe-kde-nvidia.yml b/recipes/recipe-kde-nvidia.yml index b3ec408..45104f8 100644 --- a/recipes/recipe-kde-nvidia.yml +++ b/recipes/recipe-kde-nvidia.yml @@ -5,7 +5,7 @@ description: A starting point for further customization of uBlue images. Make yo # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/kinoite-nvidia -image-version: 41 # latest is also supported if you want new updates ASAP +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/recipes/recipe-kde.yml b/recipes/recipe-kde.yml index 889c208..1b42807 100644 --- a/recipes/recipe-kde.yml +++ b/recipes/recipe-kde.yml @@ -5,7 +5,7 @@ description: A starting point for further customization of uBlue images. Make yo # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/kinoite-main -image-version: 41 # latest is also supported if you want new updates ASAP +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/recipes/recipe.yml b/recipes/recipe.yml index a3c54c9..14fbd9c 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -5,7 +5,7 @@ description: A starting point for further customization of uBlue images. Make yo # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/silverblue-main -image-version: 41 # latest is also supported if you want new updates ASAP +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module