Skip to content

Commit b2c7b2b

Browse files
authored
Update downloads.html
I updated the downloads.html and added a desciption which explaines how to install Luanti on Ubuntu to fix issue luanti-org#125 and make it easier for people who are not familiar with Linux
1 parent cdaa13d commit b2c7b2b

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

downloads.html

+22-4
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,29 @@ <h3>Packages</h3>
106106
<!-- <li class="has-text-weight-bold">Snap (all distributions) -
107107
<a href="https://snapcraft.io/minetest">Stable</a></li> -->
108108
<li>
109-
Ubuntu -
110-
<a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/stable">Stable PPA</a> or
111-
<a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/daily-builds">Daily PPA</a>,
112-
as the repos are outdated
109+
Ubuntu
113110
</li>
111+
<ul>
112+
<li>
113+
add the PPA for the <a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/stable">Stable version</a>:
114+
<pre>
115+
sudo add-apt-repository ppa:minetestdevs/stable
116+
</pre>
117+
</li>
118+
<li>
119+
or for the <a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/daily-builds">Daily PPA</a>, as the repos are outdated:
120+
<pre>
121+
sudo add-apt-repository ppa:minetestdevs/daily-builds
122+
</pre>
123+
</li>
124+
<li>
125+
and install Luanti
126+
<pre>
127+
sudo apt update
128+
sudo apt-get install minetest
129+
</pre>
130+
</li>
131+
</ul>
114132
<li>
115133
Debian - use
116134
<a href="https://flathub.org/apps/details/net.minetest.Minetest">Flatpak</a>

0 commit comments

Comments
 (0)