mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update install_hyperion.sh
Former-commit-id: ac18816d003e7c4690ae180663b15555313fc130
This commit is contained in:
parent
30a6b8b9df
commit
790af5c682
@ -14,17 +14,17 @@ fi
|
|||||||
initctl stop hyperion
|
initctl stop hyperion
|
||||||
|
|
||||||
# Copy the hyperion-binaries to the /usr/bin
|
# Copy the hyperion-binaries to the /usr/bin
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -P /usr/bin/
|
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -P /usr/bin/
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperion-remote -P /usr/bin/
|
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion-remote -P /usr/bin/
|
||||||
|
|
||||||
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/deploy/gpio2spi -P /usr/bin/
|
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/gpio2spi -P /usr/bin/
|
||||||
|
|
||||||
# Copy the hyperion configuration file to /etc
|
# Copy the hyperion configuration file to /etc
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /etc/
|
wget -N github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /etc/
|
||||||
|
|
||||||
# Copy the service control configuration to /etc/int
|
# Copy the service control configuration to /etc/int
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
chmod +x /usr/bin/hyperiond
|
chmod +x /usr/bin/hyperiond
|
||||||
|
Loading…
Reference in New Issue
Block a user