Created
May 8, 2016 00:02
-
-
Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Install Raspi-Config and rpi-update on Kali.
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 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I got it working on the rpi5 4gb.
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
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_20240108_all.deb
dpkg -i rpi-update_20230904_all.deb raspi-config_20240108_all.deb
last versions for 28.1.2024