configs/arch-config/Dokumente/server-setups/debian-backports.md
2020-10-14 21:42:26 +02:00

9 lines
292 B
Markdown

# Add buster backports
*All commands assume being logged in as root user on the server unless noted otherwise.*
Appends the appropriate line to the apt sources list.
```bash
echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list
```