Skip to content

Commit 9d024e5

Browse files
authored
Update yum-repo.md
changed reset to disable
1 parent c996386 commit 9d024e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yum-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DNF is the default package manager for RHEL 8 and newer systems. To install Perc
8181
1. If needed, If the module is listed as [e]nabled, it can cause conflicts with Percona's packages. You must reset the module to its default state before proceeding.
8282

8383
```{.bash data-prompt="$"}
84-
$ sudo dnf module reset mysql
84+
$ sudo dnf module disable mysql
8585
```
8686

8787
??? example "Expected output"

0 commit comments

Comments
 (0)