22
0
Fork 0

chmod 644 influxdb key

This commit is contained in:
jdubois 2021-06-24 11:09:37 +02:00
parent f9645a2c92
commit 2076048d1c
1 changed files with 1 additions and 1 deletions

View File

@ -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