chore: readme escape rpm variables

This commit is contained in:
Joshua Powers 2022-01-18 16:38:16 -07:00 committed by GitHub
parent 0ca1cd64b4
commit d3935414b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ file and install telegraf:
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb] [influxdb]
name = InfluxDB Repository - RHEL $releasever name = InfluxDB Repository - RHEL $releasever
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1 enabled = 1
gpgcheck = 1 gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key gpgkey = https://repos.influxdata.com/influxdb.key