Update Fri Oct 2 03:50:27 PM CDT 2020
This commit is contained in:
parent
08ecc36238
commit
0e182a0160
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue