Add support for defining dnf package groups to install

This commit is contained in:
badblocks 2024-10-30 13:08:35 -07:00
parent 388fd4f93d
commit 79cc4b6ef0
No known key found for this signature in database
3 changed files with 22 additions and 3 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh
set -ouex pipefail
set -oex pipefail
set +u
RELEASE="$(rpm -E %fedora)"
@ -36,9 +37,12 @@ rpm-ostree install \
alsa-tools \
libappstream-glib \
htop \
glances \
task
glances
# from dnf groups (specify in build.yml)
if [ -n "$GROUP_PKGS"]; then
rpm-ostree install $GROUP_PKGS
fi
# from rpmfusion
rpm-ostree install vlc