diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 43ba9566..f8dafb55 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -33,7 +33,7 @@ echo 'Created by brindosch - hyperion-project.org - the official Hyperion source echo '*******************************************************************************' # Find out if we are on OpenElec / OSMC / Raspbian -OS_OPENELEC=`grep -m1 -c OpenELEC /etc/issue` +OS_OPENELEC=`grep -m1 -c 'OpenELEC\|RasPlex' /etc/issue` OS_OSMC=`grep -m1 -c OSMC /etc/issue` OS_RASPBIAN=`grep -m1 -c 'Raspbian\|RetroPie' /etc/issue`