From 2fb191c856eb489a13a2dd096c8735958cdce604 Mon Sep 17 00:00:00 2001 From: watts Date: Mon, 22 Jan 2024 16:20:18 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index a267102..0cbd03d 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -34,7 +34,7 @@ sudo apt-get install linux-image-rt-amd64 linux-headers-rt-amd64 #this is only needed if you install the server version of debian (without initial gnome support) sudo apt install gnome-terminal dbus-x11 -#this disables automatic kernel updates, avoids problems with missing modules, as they would have to be recompiled for a new kernel version (e.g. comedi, ethercat...) +#this disables automatic kernel updates, avoids problems with missing modules, as they would have to be recompiled for a new kernel version (e.g. comedi, ethercat...)!!??!! sudo apt remove linux-image-amd64 linux-image-rt-amd64 linux-headers-rt-amd64 #if you need tango support