We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32f367 commit 74d03b3Copy full SHA for 74d03b3
pmm_qa/pmm3-client-setup.sh
@@ -72,9 +72,8 @@ if [[ "$client_version" == "pmm3-latest" ]]; then
72
fi
73
74
## Only supported for debian based systems for now
75
-if [[ "$client_version" =~ ^"3." ]]; then
76
- ## Note: only experimental packages are present atm.
77
- wget -O pmm-client.deb https://repo.percona.com/pmm3-client/apt/pool/experimental/p/pmm-client/pmm-client_${client_version}-6.$(lsb_release -sc)_amd64.deb
+if [[ "$client_version" =~ ^3\.[0-9]+\.[0-9]+$ ]]; then
+ wget -O pmm-client.deb https://repo.percona.com/pmm3-client/apt/pool/main/p/pmm-client/pmm-client_${client_version}-7.$(lsb_release -sc)_amd64.deb
78
dpkg -i pmm-client.deb
79
80
0 commit comments