There was an error while loading. Please reload this page.
1 parent a179775 commit c5137cfCopy full SHA for c5137cf
.travis.yml
@@ -15,7 +15,7 @@ services:
15
before_install:
16
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb -o elasticsearch.deb
17
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-amd64.deb.sha512 -o elasticsearch.deb.sha512
18
- - shasum -a 512 -c eelasticsearch.deb.sha512
+ - shasum -a 512 -c elasticsearch.deb.sha512
19
- sudo dpkg -i --force-confnew elasticsearch.deb
20
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
21
- sudo systemctl restart elasticsearch
0 commit comments