0cdf38f6b77fb99eefec6d0c45cd68ce8d5eb5d9
howto/Bird.md
| ... | ... | @@ -3,7 +3,7 @@ Compared to quagga, bird supports multiple routing, which is useful, if you also |
| 3 | 3 | |
| 4 | 4 | # Debian |
| 5 | 5 | The version in the Debian repositories might be quite old, therefore it makes sense to install a newer one directly from bird: |
| 6 | -``` |
|
| 6 | +```sh |
|
| 7 | 7 | wget -O - http://bird.network.cz/debian/apt.key | apt-key add - |
| 8 | 8 | apt-get install lsb-release |
| 9 | 9 | echo "deb http://bird.network.cz/debian/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/bird.list |