Browse Source

Re-enable apt-get in install.

pull/2/head
Tony DiCola 9 years ago
parent
commit
2a477efdfc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      install.sh

+ 2
- 2
install.sh View File

@@ -11,8 +11,8 @@ fi


echo "Installing dependencies..." echo "Installing dependencies..."
echo "==========================" 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 "Installing omxplayer..."
echo "=======================" echo "======================="


Loading…
Cancel
Save