Skip to content

Commit

Permalink
Added required dependencies installation in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack committed Jul 29, 2014
1 parent e4b4487 commit 0432b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/install.sh
Expand Up @@ -7,6 +7,8 @@ then
sudo rpi-update
echo "Please reboot if the message above asks for it"
else
echo "Installing required dependencies"
sudo apt-get install -y --force-yes dkms cpp-4.7 gcc-4.7 git joystick
echo "Downloading current kernel headers"
wget http://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/linux-headers-`uname -r`_`uname -r`-2_armhf.deb
echo "Installing current kernel headers"
Expand Down

0 comments on commit 0432b5c

Please sign in to comment.