Skip to content

Commit

Permalink
Artful to Bionic
Browse files Browse the repository at this point in the history
The Ubuntu Artful builds do not install on Bionic so removed "(and Newer)" from the link text.

Changed stable_ubuntu_max_supported_version to Bionic as it is supported by the ppa.

It does claim all Ubuntu versions from Trusty right through to (now) Bionic are on the ppa as version 2.1.1 but this is not in fact correct. Maybe close enough to accurate to leave as is though??....
  • Loading branch information
kazakore authored Jun 18, 2018
1 parent 903170f commit 9d4bb5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ <h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_

<p><a href="{{ unstable_ubuntu32 }}"
onclick="javascript:trackDownload('{{ unstable_ubuntu32_analytics_conversion }}');">
{% blocktrans %}{{ unstable_version }} for 32-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ unstable_version }} for 32-bit Ubuntu Artful{% endblocktrans %}</a></p>

<p><a href="{{ unstable_ubuntu64 }}"
onclick="javascript:trackDownload('{{ unstable_ubuntu64_analytics_conversion }}');">
{% blocktrans %}{{ unstable_version }} for 64-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ unstable_version }} for 64-bit Ubuntu Artful{% endblocktrans %}</a></p>

<h2>{% trans "Source Code" %}</h2>

Expand Down Expand Up @@ -220,7 +220,7 @@ <h2><img src="{% static '/static/images/download_mac.png' %}" class="feature_ico
<div style="padding: 20px;">
<h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_icon">{{ ubuntu }}</h2>
{% trans "Ubuntu 14.04 (Trusty)" as stable_ubuntu_min_supported_version %}
{% trans "Ubuntu 17.10 (Artful)" as stable_ubuntu_max_supported_version %}
{% trans "Ubuntu 17.10 (Bionic)" as stable_ubuntu_max_supported_version %}
<p>{% blocktrans %}Download {{ stable_version }} for {{ stable_ubuntu_min_supported_version }} through {{ stable_ubuntu_max_supported_version}}:{% endblocktrans %}</p>
<p>{% trans "Open a terminal, and enter:" %}</p>
<pre>
Expand All @@ -235,11 +235,11 @@ <h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_
</p>
<p><a href="{{ stable_ubuntu32 }}"
onclick="javascript:trackDownload('{{ stable_ubuntu32_analytics_conversion }}');">
{% blocktrans %}{{ stable_version }} for 32-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ stable_version }} for 32-bit Ubuntu Artful{% endblocktrans %}</a></p>

<p><a href="{{ stable_ubuntu64 }}"
onclick="javascript:trackDownload('{{ stable_ubuntu64_analytics_conversion }}');">
{% blocktrans %}{{ stable_version }} for 64-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ stable_version }} for 64-bit Ubuntu Artful{% endblocktrans %}</a></p>

<div style="width: 66%; margin: 0 auto;">
<small><b>{% trans "Ubuntu Repositories" %}:</b><br/>{% blocktrans %}Ubuntu also provides a version of Mixxx which can be installed directly from the Ubuntu Software Centre. This version is usually woefully out of date; therefore using the PPA is preferable.{% endblocktrans %}</small>
Expand Down

0 comments on commit 9d4bb5d

Please sign in to comment.