Answers for "install influxdb"

0

install influxdb grafana debian

wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee -a /etc/apt/sources.list.d/influxdb.list
Posted by: Guest on November-07-2021
0

ubuntu install influx

echo "deb https://repos.influxdata.com/ubuntu focal stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
Posted by: Guest on December-28-2020

Code answers related to "install influxdb"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language