Last active
November 11, 2020 13:52
-
-
Save ambalabanov/2c63566d2a253f7fb9a693fefb4294dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
for p in linux-compiler-gcc-9-x86_5.7.6-1kali2_amd64.deb linux-kbuild-5.7_5.7.6-1kali2_amd64.deb linux-headers-5.7.0-kali1-common_5.7.6-1kali2_all.deb linux-headers-5.7.0-kali1-amd64_5.7.6-1kali2_amd64.deb | |
do | |
wget http://http.kali.org/kali/pool/main/l/linux/$p | |
sudo dpkg -i $p | |
done | |
sudo apt-mark hold linux-image-amd64 linux-headers-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment