From 922618440373825c54ad0cbf49861bef325c5f11 Mon Sep 17 00:00:00 2001 From: Rafael Laboissière Date: Wed, 25 Jun 2025 14:07:40 +0200 Subject: Use "sudo tee" for creating file as root --- www/index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/index.html.in') 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.

-

For installing them, run the following command (as root):

+

For installing them, run the following command:

-  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
 

This repository is signed. You should add the public GPG key to your -- cgit v1.2.3