I have fresh clean install Kali 2021.1 Kernel is - 5.10.0-kali3-amd64


Then i make this steps for install my device driver:


HTML Code:
sudo apt updatesudo apt install -y dkms git bcgit clone -b v5.6.1 https://github.com/fastoe/RTL8812BU.gitcd RTL8812BUmake
Then i have this error:


HTML Code:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.10.0-kali3-amd64/build M=/home/rootroot/RTL8812BU modules make[1]: *** /lib/modules/5.10.0-kali3-amd64/build: No such file or directory. Stop. make: *** [Makefile:2284: modules] Error 2
Please help, how i can fix this