Skip to content

Commit

Permalink
Merge pull request #19 from rickerd/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
SvenVD committed Jan 1, 2017
2 parents c0ebd59 + 8d10ae2 commit 1528dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ get_init_sys
BASEPATH="$(cd $(dirname "${BASH_SOURCE[0]}");pwd)"

#Install needed packages
apt-get install python-yaml python libraspberrypi-bin
apt-get install python-yaml python libraspberrypi-bin -y

#Only install omxplayer if it isn't already installed (from source or package)
if [ ! -e /usr/bin/omxplayer ];then
apt-get install omxplayer
apt-get install omxplayer -y
else
echo "Omxplayer install detected, not reinstalling"
fi
Expand Down

0 comments on commit 1528dd0

Please sign in to comment.