From 219ee0941e95c2ba6fa17cede93f23def860ae0d Mon Sep 17 00:00:00 2001 From: zeljkoavramovic <29905129+zeljkoavramovic@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:34:44 +0200 Subject: [PATCH] better explanation for adding backports --- can-j1939-install-kernel-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can-j1939-install-kernel-module.md b/can-j1939-install-kernel-module.md index 5c0eff6..6241f2f 100644 --- a/can-j1939-install-kernel-module.md +++ b/can-j1939-install-kernel-module.md @@ -53,7 +53,7 @@ If kernel 5.8 does not show in your linux-sources list (it shows in mine since I echo 'deb http://deb.debian.org/debian buster-backports main contrib' | sudo tee -a /etc/apt/sources.list.d/debian-backports.list ``` -Just in case you have any problems with packages, or you want to have everything in a single list, here is what my **/etc/apt/sources.list** looks like (you will need to append at least last line to yours) +Alternatively, in case you have problems with installation of some packages, or you just want to have everything in a single list, here is what my **/etc/apt/sources.list** looks like (you will need to append at least last line to yours) ``` deb http://security.debian.org/debian-security buster/updates main contrib