Fix docs typo

This commit is contained in:
Sean Whalen
2018-10-28 15:56:12 -04:00
parent 01b72119fe
commit 9f7b7fcc93
+1 -1
View File
@@ -548,7 +548,7 @@ To set up visual dashboards of DMARC data, install Elasticsearch and Kibana.
.. code-block:: bash
sudo apt-get install -y openjdk-8-jre apt-transport-https
sudo apt-get install -y apt-transport-https
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
sudo apt-get update