From 76b1737368b6cc5da76660c9e075a8bda03caebe Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 31 Mar 2022 06:25:07 -0700 Subject: [PATCH] docs: update rpm/deb instructions with stable URLs (#10905) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d071d42c2..af2fd588a 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,8 @@ For deb-based platforms (e.g. Ubuntu and Debian) run the following to add the repo key and setup a new sources.list entry: ```shell -wget -qO- https://repos.influxdata.com/influxdb.key | sudo tee /etc/apt/trusted.gpg.d/influxdb.asc >/dev/null -source /etc/os-release -echo "deb https://repos.influxdata.com/${ID} ${VERSION_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list +wget -qO- https://repos.influxdata.com/influxdb.key | sudo tee /etc/apt/trusted.gpg.d/influxdata.asc >/dev/null +echo "deb https://repos.influxdata.com/debian stable main" | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get update && sudo apt-get install telegraf ``` @@ -56,10 +55,10 @@ For RPM-based platforms (e.g. RHEL, CentOS) use the following to create a repo file and install telegraf: ```shell -cat <