Skip to content

Commit d5d1501

Browse files
authored
Fix curl command (#526)
1 parent e5cf03a commit d5d1501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-percona-repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Find the instructions on how to enable the repositories in the following documen
3030
```{.bash data-prompt="$"}
3131
$ sudo apt update
3232
$ sudo apt install curl
33-
$ curl -0 https://repo.percona.com/apt/percona-release_latest.generic_all.deb
33+
$ curl -O https://repo.percona.com/apt/percona-release_latest.generic_all.deb
3434
$ sudo apt install gnupg2 lsb-release ./percona-release_latest.generic_all.deb
3535
$ sudo apt update
3636
$ sudo percona-release setup {{pkg}}

0 commit comments

Comments
 (0)