Update Fri Oct 2 03:50:27 PM CDT 2020

This commit is contained in:
Dewalt 2020-10-02 15:50:27 -05:00
parent 08ecc36238
commit 0e182a0160
1 changed files with 2 additions and 1 deletions

View File

@ -610,7 +610,8 @@ run_update () {
apt -y update $silent && sudo apt -y upgrade $silent
kernel_check=$(ls -l /lib/modules | sort -n | cut -d " " -f 10 | tail -n 2) # ya its dirty, but it works
echo -e "\n $greenplus installing linux-headers-$kernel_check \n"
apt -y install linux-headers-$kernel_check
#apt -y install linux-headers-$kernel_check
apt install -y linux-headers-5.8.0-kali2-amd64
}
pimpmykali_help () {