From 01438af03e7f654e80131af3f4a79646a3f70376 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 3 Jan 2023 00:36:18 +0100 Subject: [PATCH] Update switchtoTesting --- switchtoTesting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchtoTesting b/switchtoTesting index 27529fb..eb59ddb 100644 --- a/switchtoTesting +++ b/switchtoTesting @@ -4,7 +4,7 @@ echo "----" for FILE in `ls /etc/apt/sources.list /etc/apt/sources.list.d/*` do # (Append 'testing' at the end of lines starting with the yunohost repo..) - sed -i 's@^deb .* http://forge.yunohost.org.*@& testing@' $FILE + sed -i 's@^deb.* http://forge.yunohost.org.*@& testing@' $FILE done echo "----"