Browse Source

Update to use omxplayer from Pi repository (now that it includes better looping natively).

pull/20/head
Tony DiCola 8 years ago
parent
commit
698a72dbb1
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      install.sh

+ 1
- 9
install.sh View File

@@ -12,15 +12,7 @@ fi
echo "Installing dependencies..."
echo "=========================="
apt-get update
apt-get -y install build-essential python-dev python-pip python-pygame supervisor git

echo "Installing omxplayer..."
echo "======================="
if [ -f "omxplayer-dist.tgz" ]; then
rm omxplayer-dist.tgz
fi
wget https://github.com/adafruit/omxplayer/releases/download/2%2F10%2F2015/omxplayer-dist.tgz
tar xvfz omxplayer-dist.tgz -C /
apt-get -y install build-essential python-dev python-pip python-pygame supervisor git omxplayer

echo "Installing hello_video..."
echo "========================="


Loading…
Cancel
Save