Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/135e3d4864d01c4ceb709d1cb64b847c to your computer and use it in GitHub Desktop.
Save LarsBergqvist/135e3d4864d01c4ceb709d1cb64b847c to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
echo "deb https://repos.influxdata.com/debian stretch stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
sudo apt-get update
sudo apt-get install influxdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment