Last active
December 24, 2022 06:20
-
-
Save Mehran/84d0a3fadb48a19e3e183828b9e3a905 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
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list | |
apt-get install kali-archive-keyring -y | |
apt-get update | |
apt-get upgrade -y --allow-unauthenticated | |
apt-get install kali-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment