From 47d087a46fcf2d60b81a476c49f008ee8877a13c Mon Sep 17 00:00:00 2001 From: brindosch Date: Sun, 27 Aug 2017 17:55:03 +0200 Subject: [PATCH] add to install_hyperion.sh libpython 2.7 --- bin/install_hyperion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index d9dc6e9..2b4206b 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -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