Skip to content

Commit d397691

Browse files
authored
Merge pull request #436 from percona/ps-9606
PS-9606 fix the spacing the on the Downloaded RPM packages in 8.4
2 parents 96ac9c7 + 48e0124 commit d397691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/yum-download-rpm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ The following example downloads *Percona Server for MySQL* {{release}} release `
1010
1. Use `wget` to download the tar file.
1111

1212
```{.bash data-prompt="$"}
13-
$ wget https://downloads.percona.com/downloads/Percona-Server-8.4/Percona-Server-8.4.0-1/binary/redhat/8/x86_64/Percona-Server-8.4.0-1-r238b3c02-el8-x86_64-bundle.tar
13+
$ wget https://downloads.percona.com/downloads/Percona-Server-8.4/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-r238b3c02-el8-x86_64-bundle.tar
1414
```
1515

1616
2. Unpack the bundle to get the packages:
1717

1818
```{.bash data-prompt="$"}
19-
$ tar xvf Percona-Server-8.4.0-1-r238b3c02-el8-x86_64-bundle.tar
19+
$ tar xvf Percona-Server-{{release}}-r238b3c02-el8-x86_64-bundle.tar
2020
```
2121

2222
3. To view a list of packages, run the following command:

0 commit comments

Comments
 (0)