Skip to content

Commit

Permalink
Update all recipes to 41 and temporarily remove Wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
cshei committed Oct 25, 2024
1 parent 83a9a4c commit 957a081
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion recipes/image_configs/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ modules:
- strace
- tailscale
- virt-manager
- wezterm
# - wezterm
- yt-dlp
- zsh

Expand Down
4 changes: 2 additions & 2 deletions recipes/recipe-bazzite-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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/bazzite-deck
image-version: latest # latest is also supported if you want new updates ASAP
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: image_configs/install-htop.yml
- from-file: image_configs/common.yml
- from-file: image_configs/common.yml
4 changes: 2 additions & 2 deletions recipes/recipe-kde-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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: latest # latest is also supported if you want new updates ASAP
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: image_configs/remove-firefox.yml
- from-file: image_configs/common.yml
- from-file: image_configs/common.yml
4 changes: 2 additions & 2 deletions recipes/recipe-kde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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: latest # latest is also supported if you want new updates ASAP
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: image_configs/remove-firefox.yml
- from-file: image_configs/common.yml
- from-file: image_configs/common.yml

0 comments on commit 957a081

Please sign in to comment.