From 89a8e6c6e5da6b1991b617806f2439178fbd587d Mon Sep 17 00:00:00 2001 From: brindosch Date: Wed, 4 May 2016 10:28:25 +0200 Subject: [PATCH] rasplex support Former-commit-id: 5dc6697124fe2e4fbfee6228db131bd574a921c6 --- 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 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`