add to install_hyperion.sh libpython 2.7

This commit is contained in:
brindosch 2017-08-27 17:55:03 +02:00 committed by GitHub
parent 2f01dfa18c
commit 47d087a46f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ fi
#Install dependencies for Hyperion and setup preperation
if [ $OS_OPENELEC -ne 1 ]; then
echo '---> Install/Update Hyperion dependencies (This may take a while)'
apt-get -qq update && apt-get -qq --yes install libqtcore4 libqtgui4 libqt4-network libusb-1.0-0 ca-certificates
apt-get -qq update && apt-get -qq --yes install libqtcore4 libqtgui4 libqt4-network libusb-1.0-0 ca-certificates libpython2.7
mkdir /etc/hyperion 2>/dev/null
fi