1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!--
- TITLE= Setup - LGN
- -->
- <div markdown=1 class='col-md-3'>
- Files
- ----------------------
- * [trisquel-install.sh](trisquel-install.sh)
- * [parabola-install.sh](parabola-install.sh)
- * [libertybsd-install.sh](libertybsd-install.sh)
- * [amd64.deb](https://data.libregamenight.xyz/pub/minetest/amd64.deb)
- * [i386.deb](https://data.libregamenight.xyz/pub/minetest/i386.deb)
- * [src.tar.gz](https://data.libregamenight.xyz/pub/minetest/src.tar.gz)
- </div>
- <div markdown=1 class='col-md-3'>
- Trisquel 7.0
- ----------------------
- <center><i>Method A</i></center>
- 1. Fetch the Trisquel [install script](trisquel-install.sh)
- 2. Run the script as root</li>
- <center><i>Method B</i></center>
- 1. [Install](../misc/deb.html) the [i386.deb](https://data.libregamenight.xyz/pub/minetest/i386.deb) or
- the [amd64.deb](https://data.libregamenight.xyz/pub/minetest/amd64.deb) package
- 2. Profit!</li>
- </div>
- <div markdown=1 class='col-md-3'>
- Parabola
- ----------------------
- <center><i>Method A</i></center>
- 1. Fetch the Parabola [install script](parabola-install.sh)
- 2. Run the script as root
- <center><i>Method B</i></center>
- 1. [Install](../misc/repo.html) the *minetest* package
- 2. Profit!
- </div>
- <div markdown=1 class='col-md-3'>
- LibertyBSD 6.1
- ----------------------
- <center><i>Method A</i></center>
- 1. Fetch the LibertyBSD [install script](libertybsd-install.sh)
- 2. Run the script as root</li>
- <center><i>Method B</i></center>
- 1. [Install](../misc/repo.html) the *minetest* package
- 2. Profit!
- </div>
|