Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active November 26, 2023 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/c88231e86ea7cabb7cb667fae671b522 to your computer and use it in GitHub Desktop.
Save vpnwall-services/c88231e86ea7cabb7cb667fae671b522 to your computer and use it in GitHub Desktop.
[Kali-Repo] Adds Kali Repository on Linux #linux #repo
#!/bin/bash
apt-get update ; apt-get install -y dirmngr
grep -q -F 'deb http://http.kali.org/kali kali-rolling main contrib non-free' /etc/apt/sources.list || echo 'deb http://http.kali.org/kali kali-rolling main contrib non-free' >> /etc/apt/sources.list
apt-key adv --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6
apt-get update
apt-get install -y -t kali-rolling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment