Skip to content

Commit

Permalink
remove unneeded jre installation archesproject#7562
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jul 2, 2021
1 parent 9ebbab9 commit 60ccb49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arches/install/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function install_yarn {
}

function install_elasticsearch {
sudo apt-get install openjdk-8-jre-headless -y
sudo apt-get install apt-transport-https
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
sudo sh -c 'echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" > /etc/apt/sources.list.d/elastic-7.x.list'
Expand Down

0 comments on commit 60ccb49

Please sign in to comment.