mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add stretch-backports-sloppy repo too
This commit is contained in:
parent
3113b890b5
commit
9e8aef6771
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ deb http://security.debian.org/debian-security stretch/updates main
|
|||
deb ${debian_mirror} stretch-updates main
|
||||
EOF
|
||||
echo "deb ${debian_mirror} stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list
|
||||
echo "deb ${debian_mirror} stretch-backports-sloppy main" > /etc/apt/sources.list.d/stretch-backports-sloppy.list
|
||||
echo "deb ${debian_mirror} testing main" > /etc/apt/sources.list.d/testing.list
|
||||
printf "Package: *\nPin: release o=Debian,a=testing\nPin-Priority: -300\n" > /etc/apt/preferences.d/debian-testing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue