Skip to content

Commit

Permalink
support dnf5
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Dec 15, 2024
1 parent aa90d87 commit 4db73af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case "$OS" in
dnf -q -y upgrade
if [ `cat /etc/os-release | grep VERSION_ID= | cut -d= -f2` == "40" ]; then
dnf -q -y groupinstall 'Development Tools'
else dnf -q -y group install 'Development Tools'
else dnf -q -y install @development-tools
fi
dnf -q -y install gettext git libzstd-devel perl-core
set_os_vars x86_64 libzstd
Expand Down

0 comments on commit 4db73af

Please sign in to comment.