Skip to content

Commit

Permalink
Installing rsync when setting up the machine. Some Vagrant providers …
Browse files Browse the repository at this point in the history
…use rsync for shared folders.
  • Loading branch information
Javier Jerónimo Suárez authored and ngiger committed Aug 3, 2014
1 parent e743f61 commit 1208b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ group :test do
end

gemspec
gem "ruby-libvirt"
1 change: 1 addition & 0 deletions templates/ubuntu-12.04.3-server-amd64/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ apt-get -y upgrade
apt-get -y install gcc build-essential linux-headers-$(uname -r)
apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev libyaml-dev
apt-get -y install vim curl
apt-get -y install rsync
apt-get clean

# Set up sudo
Expand Down
1 change: 1 addition & 0 deletions templates/ubuntu-12.04.3-server-i386/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev libyaml-dev
apt-get -y install vim
apt-get -y install dkms
apt-get -y install nfs-common
apt-get -y install rsync

0 comments on commit 1208b1e

Please sign in to comment.