We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061fa05 commit 6f22cf2Copy full SHA for 6f22cf2
1 file changed
InstallationGuides/ELK.txt
@@ -3,7 +3,7 @@ sudo apt-get install -y openjdk-8-jdk
3
4
wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
5
6
-echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" > /etc/apt/sources.list.d/elastic-6.x.list
+echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" > /etc/apt/sources.list.d/elastic-6.x.list
7
8
sudo apt-get update
9
0 commit comments