Update install_hyperion.sh

This commit is contained in:
brindosch 2016-08-10 23:32:19 +02:00 committed by GitHub
parent d3713a8ea9
commit 05c53f844e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ echo 'Created by brindosch - hyperion-project.org - the official Hyperion source
echo '*******************************************************************************'
# Find out if we are on OpenElec (Rasplex) / OSMC / Raspbian
OS_OPENELEC=`grep -m1 -c 'OpenELEC\|RasPlex\|LibreELEC' /etc/issue`
OS_OPENELEC=`grep -m1 -c 'OpenELEC\|RasPlex\|LibreELEC\|OpenPHT' /etc/issue`
OS_LIBREELEC=`grep -m1 -c LibreELEC /etc/issue`
OS_RASPLEX=`grep -m1 -c RasPlex /etc/issue`
OS_OSMC=`grep -m1 -c OSMC /etc/issue`