Update Setup Computer Debian 12

2023-11-03 15:17:53 +01:00
parent 4f6a42d91e
commit 538c15adbe
+1 -1
@@ -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
```