Skip to content

Commit

Permalink
ora 8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 committed Mar 18, 2024
1 parent 051ad63 commit 5e403a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/prep/prep-steps.m4
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ifelse(__FAMILY/eval(__MAJOR >= 8),RedHat/1,
epel-release
)

ifelse(__DISTRO/__MAJOR,ol/8,dnf config-manager ---enable ol8_codeready_builder)
ifelse(__DISTRO/__MAJOR,ol/8,dnf config-manager --enable ol8_codeready_builder)
ifelse(__FAMILY/__MAJOR,RedHat/9,dnf config-manager --set-enabled crb)
ifelse(__FAMILY/__MAJOR,RedHat/7,yum update -y)
ifelse(__FAMILY/eval(__MAJOR >= 8),RedHat/1,dnf update -y)
Expand Down

0 comments on commit 5e403a7

Please sign in to comment.