We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70238a5 commit bd6deefCopy full SHA for bd6deef
README.md
@@ -31,8 +31,7 @@ $ sudo apt install openjdk-11-jre-headless
31
32
```
33
$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
34
-$ sudo vi /etc/apt/sources.list.d/elastic.list
35
- add line: deb https://artifacts.elastic.co/packages/7.x/apt stable main
+$ echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic.list
36
$ sudo apt-get update
37
$ sudo apt-get install elasticsearch
38
$ sudo apt-get install kibana
0 commit comments