diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index f7076a2..231e38c 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -35,7 +35,7 @@ sudo apt-get install linux-image-rt-amd64 linux-headers-rt-amd64 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...) -sudo apt remove linux-image-amd64 linux-image-rt-amd64 +sudo apt remove linux-image-amd64 linux-image-rt-amd64 linux-headers-rt-amd64 ```