Last active
November 20, 2017 19:43
-
-
Save nunogt/c67807ee48bf1eb0e7bf6bb2c5e180bb to your computer and use it in GitHub Desktop.
Revisions
-
nunogt revised this gist
Nov 20, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 ln -s /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/ -
nunogt revised this gist
Nov 20, 2017 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ #!/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 mv /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/ -
nunogt revised this gist
Nov 20, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal 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 /vagrant/Hapl-o-Mat cd /vagrant/Hapl-o-Mat && make && make clean mv /vagrant/Hapl-o-Mat/haplomat /usr/local/bin/ -
nunogt created this gist
Nov 20, 2017 .There are no files selected for viewing
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 charactersOriginal 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