Created
March 8, 2016 21:34
-
-
Save OpakAlex/f853e0c070f167931bce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget https://gist.githubusercontent.com/OpakAlex/6ffc1ba4bf10312a9635/raw/0a870c574e42f10e7acd52d88822e5f5ec6c2972/bootsync.sh -O /tmp/bootsync.sh | |
docker-machine scp /tmp/bootsync.sh dev:/tmp/bootsync.sh >/dev/null | |
docker-machine ssh dev "sudo mv /tmp/bootsync.sh /var/lib/boot2docker/bootsync.sh" >/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment