We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf03a commit d5d1501Copy full SHA for d5d1501
docs/upgrade-percona-repos.md
@@ -30,7 +30,7 @@ Find the instructions on how to enable the repositories in the following documen
30
```{.bash data-prompt="$"}
31
$ sudo apt update
32
$ sudo apt install curl
33
- $ curl -0 https://repo.percona.com/apt/percona-release_latest.generic_all.deb
+ $ curl -O https://repo.percona.com/apt/percona-release_latest.generic_all.deb
34
$ sudo apt install gnupg2 lsb-release ./percona-release_latest.generic_all.deb
35
36
$ sudo percona-release setup {{pkg}}
0 commit comments