diff --git a/HowtoInfluxDB.md b/HowtoInfluxDB.md index d3edb42a..d9932954 100644 --- a/HowtoInfluxDB.md +++ b/HowtoInfluxDB.md @@ -14,7 +14,7 @@ Nous utilisons les dépôts fournis par InfluxData pour avoir une version stable ~~~ # wget https://repos.influxdata.com/influxdb.key -O /etc/apt/trusted.gpg.d/influxdb.asc -# chown _apt /etc/apt/trusted.gpg.d/influxdb.asc +# chmod 644 /etc/apt/trusted.gpg.d/influxdb.asc # echo "deb https://repos.influxdata.com/debian buster stable" > /etc/apt/sources.list.d/influxdb.list # apt update # apt install influxdb