aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 31decf9..8d1efeb 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -54,7 +54,7 @@ pre {
doing speech analysis and synthesis
<a href="https://packages.debian.org/source/sid/praat">is part</a> of
Debian. This website provides an APT repository with the
- Debian packages for Praat that works in the stable (a.k.a “bookworm”)
+ Debian packages for Praat that works in the stable (a.k.a “@DISTRIB@”)
distribution, for recent upstream versions and for the amd64 and i386
architectures.</p>
@@ -71,7 +71,7 @@ pre {
<script>
function get_version(arch) {
- return fetch('dists/bookworm/main/binary-' + arch + '/Packages')
+ return fetch('dists/@DISTRIB@/main/binary-' + arch + '/Packages')
.then(response => {
return response.text();
})
@@ -94,7 +94,7 @@ pre {
<p>For installing the package, run the following command:</p>
<pre>
- echo "deb http://@WWWHOST@/ bookworm main" | sudo tee /etc/apt/sources.list.d/praat.list
+ echo "deb http://@WWWHOST@/ @DISTRIB@ main" | sudo tee /etc/apt/sources.list.d/praat.list
</pre>
<p>This repository is signed. You should add the public GPG key to your
@@ -108,7 +108,7 @@ pre {
<pre>
sudo apt update
- sudo apt install praat/bookworm praat-doc/bookworm
+ sudo apt install praat/@DISTRIB@ praat-doc/@DISTRIB@
</pre>
<hr>