Skip to content

Instantly share code, notes, and snippets.

@jpadams
Created May 11, 2018 19:21
Show Gist options
  • Save jpadams/ee2288bd57f1a7f823c790238dca5d13 to your computer and use it in GitHub Desktop.
Save jpadams/ee2288bd57f1a7f823c790238dca5d13 to your computer and use it in GitHub Desktop.
#!/bin/sh
apk add ruby git
gem install facter rake bundler --no-document
git clone https://github.com/puppetlabs/razor-alpine-ppc64le-mk.git
cd razor-alpine-ppc64le-mk/
bundle install
bundle exec rake build
echo 'to install: gem install --local '$(pwd)'/pkg/razor-mk-agent-*.gem --no-document'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment