Skip to content

Instantly share code, notes, and snippets.

@viktorbenei
Created November 18, 2014 16:01
Show Gist options
  • Save viktorbenei/d87d290d910f67a3b04b to your computer and use it in GitHub Desktop.
Save viktorbenei/d87d290d910f67a3b04b to your computer and use it in GitHub Desktop.
Bitrise: install mogenerator with brew
#!/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