Skip to content

Instantly share code, notes, and snippets.

@silas
Created November 25, 2013 18:25
Show Gist options
  • Select an option

  • Save silas/7646065 to your computer and use it in GitHub Desktop.

Select an option

Save silas/7646065 to your computer and use it in GitHub Desktop.
#!/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