Skip to content

Instantly share code, notes, and snippets.

@nunogt
Last active November 20, 2017 19:43
Show Gist options
  • Save nunogt/c67807ee48bf1eb0e7bf6bb2c5e180bb to your computer and use it in GitHub Desktop.
Save nunogt/c67807ee48bf1eb0e7bf6bb2c5e180bb to your computer and use it in GitHub Desktop.
Vagrant Hapl-o-Mat
#!/bin/sh
apt-get update && apt-get install -y git build-essential --no-install-recommends
git clone https://github.com/DKMS/Hapl-o-Mat /vagrant/Hapl-o-Mat
cd /vagrant/Hapl-o-Mat && make && make clean
ln -s /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment