Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save LeeWarnock/5e5f6cf56c67e6777f504fa6977f7372 to your computer and use it in GitHub Desktop.

Select an option

Save LeeWarnock/5e5f6cf56c67e6777f504fa6977f7372 to your computer and use it in GitHub Desktop.
Install Kali Full onto Raspberry Pi via Berryboot
This assumes Berryboot is installed:
1. From berryboot menu, install Kali Lite
2. Boot into Kali Lite
3. Open Terminal
Remove the sana repo from the sources.list
4. cd /etc/apt
5. rm sources.list
Add kali-rolling to sources.list
6. touch sources.list
7. echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list
Update GPG Key (Berryboot installs an old version, pre 2018.1.1
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Update apt
8. apt update (Takes about 5-15 minutes)
Install Kali Lunux-Full (Takes about an hour)
9. apt full-upgrade
or combine the above and answer yes automatically: apt-update ---force-yes && apt full-upgrade --force-yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment