Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: include workstation-product-environment in all images
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Aug 18, 2024
1 parent 7bfd9ce commit 1be1bab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/_base/001-desktop-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

set -euox pipefail

excludes=()
excludes=(
"@gnome-desktop"
)

# Make excludes a comma-separated string
excludes=$(IFS=, ; echo "${excludes[*]}")

# Install the base-graphical meta-package
dnf install -y @base-graphical \
dnf install -y @base-graphical @workstation-product-environment \
--exclude "${excludes}"

0 comments on commit 1be1bab

Please sign in to comment.