Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Install Raspi-Config and rpi-update on Kali.
sudo apt-get update
sudo apt-get install lua5.1 alsa-utils triggerhappy curl libcurl3
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20160322_all.deb
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20140705_all.deb
dpkg -i raspi-config_20160322_all.deb
dpkg -i rpi-update_20140705_all.deb
@Xmoo26
Copy link

Xmoo26 commented Jan 31, 2025

Latest version for 1th February 2025, working on my rpi5 16GB

sudo apt-get update
sudo apt install lua5.1 alsa-utils psmisc && sudo apt --fix-broken install && sudo apt-get --reinstall install libraspberrypi-bin && sudo ldconfig
sudo apt full-upgrade

wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20230904_all.deb
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20250129_all.deb

sudo dpkg -i rpi-update_20230904_all.deb raspi-config_20250129_all.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment