From 0432b5c440d7a2395cc8a926fb53d1810402a792 Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Tue, 29 Jul 2014 16:19:45 +0200 Subject: [PATCH] Added required dependencies installation in install.sh --- utils/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/install.sh b/utils/install.sh index 24c3d20..14a77e6 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -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"