Private
Public Access
11
1

Update Setup Computer Debian 11

2023-03-28 11:57:25 +02:00
parent 1bfb67e206
commit 04ffcefceb

@@ -98,6 +98,11 @@ make -j5 deb-pkg LOCALVERSION=-rt1
cd ..
sudo dpkg -i linux-headers-4.19.177-rt1_4.19.177-rt1-1_amd64.deb linux-image-4.19.177-rt1_4.19.177-rt1-1_amd64.deb
# remove not used kernels
sudo dpkg -r linux-image-amd64
# e.g. # sudo dpkg -r linux-image-5.10.0-20-amd64 linux-image-5.10.0-21-amd64
```