Created
December 1, 2022 21:25
-
-
Save softdream1981/d4ab1b132ea21d19f643faa5b699613f 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
| sudo curl https://archive.kali.org/archive-key.asc -o /etc/apt/trusted.gpg.d/kali-archive-key.asc | |
| sudo sh -c "echo 'deb http://http.kali.org/kali kali-rolling main non-free contrib' >> /etc/apt/sources.list" | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get dist-upgrade | |
| sudo reboot | |
| sudo apt-get autoremove --purge | |
| sudo apt-get install kali-linux-headless | |
| sudo apt clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment