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.

Revisions

  1. nunogt revised this gist Nov 20, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Hapl-o-Mat.sh
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@
    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
    mv /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/
    ln -s /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/
  2. nunogt revised this gist Nov 20, 2017. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Hapl-o-Mat.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    #!/bin/sh
    apt-get update && apt-get dist-upgrade -y
    apt-get install -y git build-essential --no-install-recommends
    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
    mv /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/
  3. nunogt revised this gist Nov 20, 2017. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions Hapl-o-Mat.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    #!/bin/sh
    apt-get update && apt-get dist-upgrade -y
    apt-get install -y git build-essential --no-install-recommends
    git clone https://github.com/DKMS/Hapl-o-Mat /root/Hapl-o-Mat
    cd /root/Hapl-o-Mat && make && make clean
    git clone https://github.com/DKMS/Hapl-o-Mat /vagrant/Hapl-o-Mat
    cd /vagrant/Hapl-o-Mat && make && make clean
    mv /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/
  4. nunogt created this gist Nov 20, 2017.
    5 changes: 5 additions & 0 deletions Hapl-o-Mat.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #!/bin/sh
    apt-get update && apt-get dist-upgrade -y
    apt-get install -y git build-essential --no-install-recommends
    git clone https://github.com/DKMS/Hapl-o-Mat /root/Hapl-o-Mat
    cd /root/Hapl-o-Mat && make && make clean