From 15caedaa3ad70a83a0a146f8dd347b2a5b036c54 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 3 Jan 2023 00:36:30 +0100 Subject: [PATCH] [fix] Support signed-by syntax (#71) * [fix] Support signed-by syntax deb [signed-by=/usr/share/keyrings/yunohost-archive-keyring.gpg] * Update switchtoTesting Co-authored-by: Alexandre Aubin --- switchtoTesting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchtoTesting b/switchtoTesting index 2f61d16..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 "----"