brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

Fix problem with saving rsync as 'rsync?raw=true' #155

Closed jgillick closed 8 years ago

jgillick commented 8 years ago

(Hey Jim)

When the script downloads rsync from github, it saves the file as rsync?raw=true. This PR ensures the bin directory exists and then forces wget to name the file rsync.

brikis98 commented 8 years ago

(Hey Jeremy!)

Good catch & fix, thank you!