Debian: Add instructions for stable-backports

This commit is contained in:
Bastian Germann 2023-01-17 15:29:12 +01:00
parent cc0e102d51
commit 26440cbb3b
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>