fix: move 'yum install' outside the 'cat' for influxdb3 installs (#6666)

pull/6665/head^2
Jamie Strandboge 2025-12-22 12:26:18 -06:00 committed by GitHub
parent 74c33e9483
commit c1a0785612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -177,8 +177,8 @@ baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = file:///usr/share/influxdata-archive-keyring/keyrings/influxdata-archive.asc
yum install influxdb3-{{< product-key >}}
EOF
yum install influxdb3-{{< product-key >}}
```
{{% /expand %}}