Skip to content

Commit

Permalink
add version file
Browse files Browse the repository at this point in the history
add .gitignore file
  • Loading branch information
Alex Azarh authored and Alex Azarh committed Jan 21, 2018
1 parent e7a7730 commit b1e8452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/*
2 changes: 1 addition & 1 deletion cloudshell_es_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ yum -y install wget
# create installation directory
mkdir -p $ES_INSTALL_PATH

# download ES
# download ES - default retry is 20
wget $ES_DOWNLOAD_LINK -O es.tar
tar -xf es.tar -C $ES_INSTALL_PATH

Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0

0 comments on commit b1e8452

Please sign in to comment.