d01e781a939c582320c97cb55deac0364f4d6bdb
howto/Bird.md
| ... | ... | @@ -8,11 +8,9 @@ In the Debian release cycle the bird packages may become outdated at times, if t |
| 8 | 8 | This is not necessary for Debian Stretch, which currently ships the most recent version (1.6.3) in this repositories. |
| 9 | 9 | |
| 10 | 10 | ```sh |
| 11 | -wget -O - http://bird.network.cz/debian/apt.key | apt-key add - |
|
| 12 | -apt-get install lsb-release |
|
| 13 | -echo "deb http://bird.network.cz/debian/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/bird.list |
|
| 14 | -apt-get update |
|
| 15 | -apt-get install bird |
|
| 11 | +echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list |
|
| 12 | +apt update |
|
| 13 | +apt install bird |
|
| 16 | 14 | ``` |
| 17 | 15 | |
| 18 | 16 | # Example configuration |