Skip to content

Commit

Permalink
Install s wget dependency (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoradia authored and chaochenq committed Dec 21, 2017
1 parent 817ddb8 commit 62c45be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ download_jar() {

download_dependencies() {
which ant > /dev/null || $install_package ant
which wget > /dev/null || $install_package wget

install -d ${dependencies_dir}

Expand Down

0 comments on commit 62c45be

Please sign in to comment.