index.meta 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!--
  2. TITLE= Setup - LGN
  3. -->
  4. <div markdown=1 class='col-md-3'>
  5. Files
  6. ----------------------
  7. * [trisquel-install.sh](trisquel-install.sh)
  8. * [parabola-install.sh](parabola-install.sh)
  9. * [libertybsd-install.sh](libertybsd-install.sh)
  10. * [amd64.deb](https://data.libregamenight.xyz/pub/minetest/amd64.deb)
  11. * [i386.deb](https://data.libregamenight.xyz/pub/minetest/i386.deb)
  12. * [src.tar.gz](https://data.libregamenight.xyz/pub/minetest/src.tar.gz)
  13. </div>
  14. <div markdown=1 class='col-md-3'>
  15. Trisquel 7.0
  16. ----------------------
  17. <center><i>Method A</i></center>
  18. 1. Fetch the Trisquel [install script](trisquel-install.sh)
  19. 2. Run the script as root</li>
  20. <center><i>Method B</i></center>
  21. 1. [Install](../misc/deb.html) the [i386.deb](https://data.libregamenight.xyz/pub/minetest/i386.deb) or
  22. the [amd64.deb](https://data.libregamenight.xyz/pub/minetest/amd64.deb) package
  23. 2. Profit!</li>
  24. </div>
  25. <div markdown=1 class='col-md-3'>
  26. Parabola
  27. ----------------------
  28. <center><i>Method A</i></center>
  29. 1. Fetch the Parabola [install script](parabola-install.sh)
  30. 2. Run the script as root
  31. <center><i>Method B</i></center>
  32. 1. [Install](../misc/repo.html) the *minetest* package
  33. 2. Profit!
  34. </div>
  35. <div markdown=1 class='col-md-3'>
  36. LibertyBSD 6.1
  37. ----------------------
  38. <center><i>Method A</i></center>
  39. 1. Fetch the LibertyBSD [install script](libertybsd-install.sh)
  40. 2. Run the script as root</li>
  41. <center><i>Method B</i></center>
  42. 1. [Install](../misc/repo.html) the *minetest* package
  43. 2. Profit!
  44. </div>