gael-ian / vagrant-bindfs

A Vagrant plugin to automate bindfs mount in the VM
MIT License
483 stars 37 forks source link

Missing wget is not installed #27

Closed rpsu closed 9 years ago

rpsu commented 9 years ago

We're using a Red hat -based distro that seems to not have wget installed (vagrant box scientific65_x86_64_minimal, distro https://www.scientificlinux.org/).

Installing bindfs fails with fresh vagrant due to missing wget. Would it be okay to add wget to yum package list in vagrant-bindfs/lib/vagrant-bindfs/cap/redhat/install_bindfs.rb:14

              comm.sudo("yum -y install fuse fuse-devel gcc wget")

?

gael-ian commented 9 years ago

Sorry for being so long to reply.

There's no problem to add wget as a requirement on Red Hat. I'll try to add it quickly and publish a new release in the run.

gael-ian commented 9 years ago

Thanks to you, Kalle. I totally forgot this issue till your PR. 0.4.1 is available with the fix.