[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 <alex.aubin@mailoo.org>
This commit is contained in:
ljf (zamentur) 2023-01-03 00:36:30 +01:00 committed by GitHub
parent e87b948eff
commit 15caedaa3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "----"