Merge branch 'debian' into 'master'

Debian: Add instructions for stable-backports

See merge request openlp/website!31
This commit is contained in:
Raoul Snyman 2023-01-19 17:44:00 +00:00
commit 775c5ed8ce
1 changed files with 2 additions and 1 deletions

View File

@ -411,10 +411,11 @@
</div>
<div class="modal-body">
<div class="alert alert-danger small" role="alert">
<p><strong>Note:</strong> OpenLP only supports Debian unstable.</p>
<p><strong>Note:</strong> OpenLP only supports Debian unstable and stable-backports.</p>
</div>
<p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p>
<pre>$ sudo apt install openlp</pre>
<p>For the up-to-date version to appear on the stable distribution, you will need to <a href="https://backports.debian.org/Instructions/">enable the backports repository</a>.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>