I was trying to install Nvidia drivers on Kali Linux, following a tutorial.
I typed in these commands:

apt-get update
apt-get dist-upgrade
apt-get install -y linux-headers-$(uname -r)
apt-get...