From 2a477efdfcb6bae78451883599cd39c42e04f2fd Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Tue, 10 Feb 2015 23:09:21 -0800 Subject: [PATCH] Re-enable apt-get in install. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 22fcb10..725b78c 100755 --- a/install.sh +++ b/install.sh @@ -11,8 +11,8 @@ fi echo "Installing dependencies..." echo "==========================" -#apt-get update -#apt-get -y install build-essential python-dev python-pip python-pygame supervisor git +apt-get update +apt-get -y install build-essential python-dev python-pip python-pygame supervisor git echo "Installing omxplayer..." echo "======================="