Skip to content

Instantly share code, notes, and snippets.

@ambalabanov
Last active November 11, 2020 13:52
Show Gist options
  • Save ambalabanov/2c63566d2a253f7fb9a693fefb4294dc to your computer and use it in GitHub Desktop.
Save ambalabanov/2c63566d2a253f7fb9a693fefb4294dc to your computer and use it in GitHub Desktop.
#/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