mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix XBian install
Former-commit-id: bd674eb7413005ebbf06e4e967f28d2b611b74b4
This commit is contained in:
parent
9f9504af29
commit
f892a8c09a
@ -37,7 +37,7 @@ wget -N github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /e
|
||||
if [ $IS_XBIAN -eq 0 ]; then
|
||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
||||
else
|
||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -P /etc/init/ -O hyperion.conf
|
||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf
|
||||
fi
|
||||
|
||||
# Start the hyperion daemon
|
||||
|
Loading…
Reference in New Issue
Block a user