Update switchtoTesting

This commit is contained in:
Alexandre Aubin 2023-01-03 00:36:18 +01:00 committed by GitHub
parent 1c8f3953ec
commit 01438af03e
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 "----"