Last active
November 8, 2017 14:34
-
-
Save nmaupu/626b69121af5ed96fd48ed9e006542a0 to your computer and use it in GitHub Desktop.
Bootstrap work machine
This file contains hidden or 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
# From master branch | |
wget -O - https://raw.githubusercontent.com/nmaupu/auto-home/master/scripts/provision-work.sh | bash | |
# From a specific branch (testing) | |
wget -O - https://raw.githubusercontent.com/nmaupu/auto-home/work/scripts/provision-work.sh | env BRANCH=work bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment