mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update switchtoTesting
This commit is contained in:
parent
1c8f3953ec
commit
01438af03e
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