mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Support signed-by syntax
deb [signed-by=/usr/share/keyrings/yunohost-archive-keyring.gpg]
This commit is contained in:
parent
e87b948eff
commit
1c8f3953ec
1 changed files with 1 additions and 1 deletions
|
@ -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 "----"
|
||||
|
|
Loading…
Add table
Reference in a new issue