Created
November 25, 2013 18:25
-
-
Save silas/7646065 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env bash | |
| set -o errexit | |
| yum install -y createrepo curl fedora-packager mock python-pip vim-enhanced | |
| pip install ops | |
| echo '#!/usr/bin/env python' > /usr/local/bin/brpm | |
| curl -s https://raw.github.com/silas/brpm/master/brpm.py >> /usr/local/bin/brpm | |
| chmod 755 /usr/local/bin/brpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment