Skip to content

Commit

Permalink
added wget install
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Azarh authored and Alex Azarh committed Jan 21, 2018
1 parent 9d209cd commit e7a7730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudshell_es_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ fi
yes | yum -y install python-pip
yes | pip install -U pip

# install wget
yum -y install wget

# create installation directory
mkdir -p $ES_INSTALL_PATH

Expand Down

0 comments on commit e7a7730

Please sign in to comment.