Created
February 3, 2018 23:27
-
-
Save krestenlaust/0be4642bb8cda586d40bbd0e1dcd8c79 to your computer and use it in GitHub Desktop.
Kali repos in Ubuntu
This file contains 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 nano /etc/apt/sources.list` | |
add: | |
` | |
deb http://http.kali.org/kali kali-rolling main contrib non-free | |
# For source package access, uncomment the following line | |
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free | |
` | |
Enter command after: | |
`sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment