mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-07 07:07:04 +03:00
I guess we won't check the ES dl server cert?
This commit is contained in:
parent
b0c7d1bf5b
commit
e773b5b6d9
@ -25,7 +25,7 @@ before_install:
|
||||
- sudo apt-get install cabal-install-1.20 ghc-$GHCVER
|
||||
- sudo apt-get install happy-1.19.3
|
||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/happy/1.19.3/bin:$PATH
|
||||
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ESVER.deb
|
||||
- wget --no-check-certificate https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ESVER.deb
|
||||
- sudo dpkg --force-all -i elasticsearch-$ESVER.deb
|
||||
- sudo service elasticsearch start
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user