Created
November 18, 2014 16:01
-
-
Save viktorbenei/d87d290d910f67a3b04b to your computer and use it in GitHub Desktop.
Bitrise: install mogenerator with brew
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
#!/bin/bash | |
# | |
# Add this script as a Bash Script Runner step or use this gist directly on Bitrise | |
# to install mogenerator (https://github.com/rentzsch/mogenerator) | |
# with the pre-installed homebrew (http://brew.sh/) | |
# | |
brew update | |
brew install mogenerator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment