From f5b121fc1ccce6014c2bab612c8aae86b85395c9 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Thu, 8 Oct 2020 15:12:05 -0500 Subject: [PATCH] Update Thu Oct 8 03:12:05 PM CDT 2020 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index f7dcd40..8a00d5b 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -616,7 +616,7 @@ run_update () { echo -e "\n $greenplus installing linux-headers-$kernel_check \n" # Works well, tested multiple systems but keep an eye out for issues - eval apt -y install linux-headers-amd64 $silent # generic meta package for correct linux-headers + eval apt -y install build-essential linux-headers-amd64 $silent # generic meta package for correct linux-headers #apt -y install linux-headers-$kernel_check #apt install -y linux-headers-5.8.0-kali2-amd64 }