From 1c8f3953ec638896386b3f49c58ee7e95a952165 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 3 Jan 2023 00:34:18 +0100 Subject: [PATCH] [fix] Support signed-by syntax deb [signed-by=/usr/share/keyrings/yunohost-archive-keyring.gpg] --- switchtoTesting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchtoTesting b/switchtoTesting index 2f61d16..27529fb 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 "----"