Move group definitions into build.sh with other pkgs, and use gh actions to replace groupinstall with install <pkgs>
This commit is contained in:
parent
79cc4b6ef0
commit
3fab4d535c
3 changed files with 31 additions and 11 deletions
6
build.sh
6
build.sh
|
|
@ -39,10 +39,8 @@ rpm-ostree install \
|
|||
htop \
|
||||
glances
|
||||
|
||||
# from dnf groups (specify in build.yml)
|
||||
if [ -n "$GROUP_PKGS"]; then
|
||||
rpm-ostree install $GROUP_PKGS
|
||||
fi
|
||||
# from dnf groups (gh actions will translate this to rpm-ostree install <pkgs>)
|
||||
rpm-ostree groupinstall "C Development Tools and Libraries" "Development Tools"
|
||||
|
||||
# from rpmfusion
|
||||
rpm-ostree install vlc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue