Last active
February 27, 2016 17:57
-
-
Save ericfourrier/fdaebcd27f3702ac8a47 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
cd /tmp | |
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20160210_all.deb | |
apt-get install libnewt0.52 whiptail parted triggerhappy lua5.1 alsa_utils | |
dpkg -i raspi-config_20160210_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment