Skip to content

Commit

Permalink
Adds rsync to build dependencies for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Feb 13, 2016
1 parent 8e7af2c commit 6d34172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/install.Ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ esac
install__deepdive_build_deps() {
set -x
sudo apt-get update
sudo apt-get install -qq git bzip2 xz-utils build-essential flex make default-jdk
sudo apt-get install -qq git rsync bzip2 xz-utils build-essential flex make default-jdk
sudo apt-get install -qq ed # mindbender
sudo apt-get install -qq gcc-4.8 libnuma-dev cmake unzip # sampler
}
Expand Down

0 comments on commit 6d34172

Please sign in to comment.