Skip to content

Commit

Permalink
Fix for proper install epel-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FonsRademakers committed Feb 28, 2024
1 parent bdf5608 commit 6fbee3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/installation/almalinux-9.3/package_list_required
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
epel-release
lsb_release
cmake
git
Expand Down Expand Up @@ -27,3 +26,4 @@ xz-devel
libffi-devel
findutils
patch
which
3 changes: 2 additions & 1 deletion util/installation/almalinux-9.3/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ BDM_PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../.."

sudo -v

sudo dnf update -y
sudo dnf -y update

# Install required packages
sudo dnf -y --enablerepo=crb install epel-release
sudo dnf -y --enablerepo=crb install \
$(cat $BDM_PROJECT_DIR/util/installation/almalinux-9.3/package_list_required)

Expand Down

0 comments on commit 6fbee3b

Please sign in to comment.