Skip to content

Instantly share code, notes, and snippets.

@Alecerzea
Last active July 17, 2024 05:50
Show Gist options
  • Save Alecerzea/3ea1199a501ed4a882596411a5ab9c41 to your computer and use it in GitHub Desktop.
Save Alecerzea/3ea1199a501ed4a882596411a5ab9c41 to your computer and use it in GitHub Desktop.
Converting Debian to Kali
sudo curl https://archive.kali.org/archive-key.asc -o /etc/apt/trusted.gpg.d/kali-archive-key.asc
sudo sh -c "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware' >> /etc/apt/sources.list"
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo reboot
sudo apt autoremove --purge
sudo apt clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment