Skip to content

Commit

Permalink
Update method for adding epel repository for rhel8 (vmware-samples#97)
Browse files Browse the repository at this point in the history
Updates the method to enable the EPEL repository for RHEL8. vmware-samples#95
  • Loading branch information
tenthirtyam committed Oct 3, 2021
1 parent f85263c commit 19fb5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/redhat-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ sudo dnf update -y

### Install additional packages. ###
echo '> Installing additional packages ...'
sudo dnf install -y -q https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y \
epel-release \
curl \
wget \
git \
Expand Down

0 comments on commit 19fb5b7

Please sign in to comment.