MàJ pour version bullseye

This commit is contained in:
jdubois 2021-10-18 15:40:54 +02:00
parent 817b90e2b0
commit 70c38be80f

View file

@ -15,7 +15,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
# 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
# echo "deb https://repos.influxdata.com/debian bullseye stable" > /etc/apt/sources.list.d/influxdb.list
# apt update
# apt install influxdb
# systemctl start influxdb.service