diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html.in b/www/index.html.in index f791421..e2acc4f 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -58,10 +58,10 @@ pre { distribution, for recent upstream versions and for the amd64 and i386 architectures.</p> - <p>For installing them, run the following command (as root):</p> + <p>For installing them, run the following command:</p> <pre> - echo "deb http://@WWWHOST@/ bookworm main" > /etc/apt/sources.list.d/praat.list + echo "deb http://@WWWHOST@/ bookworm 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 |
