mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
rasplex support
Former-commit-id: 5dc6697124fe2e4fbfee6228db131bd574a921c6
This commit is contained in:
parent
fdbb1673eb
commit
89a8e6c6e5
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user