mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Changed address of the raw github files
Former-commit-id: bf8ee9aa9212470f098c2cc6b8e9cd0b7fd25889
This commit is contained in:
parent
be01a1e44c
commit
69f638264b
8
bin/install_hyperion.sh
Normal file → Executable file
8
bin/install_hyperion.sh
Normal file → Executable file
@ -14,14 +14,14 @@ fi
|
||||
initctl stop hyperion
|
||||
|
||||
# Copy the hyperion-binaries to the /usr/bin
|
||||
wget github.com/tvdzwan/hyperion/tree/master/deploy/hyperiond -P /usr/bin/
|
||||
wget github.com/tvdzwan/hyperion/tree/master/deploy/hyperion-remote -P /usr/bin/
|
||||
wget raw.github.com/tvdzwan/hyperion/master/deploy/hyperiond -P /usr/bin/
|
||||
wget raw.github.com/tvdzwan/hyperion/master/deploy/hyperion-remote -P /usr/bin/
|
||||
|
||||
# Copy the hyperion configuration file to /etc
|
||||
wget github.com/tvdzwan/hyperion/tree/master/config/hyperion.config.json -P /etc/
|
||||
wget raw.github.com/tvdzwan/hyperion/master/config/hyperion.config.json -P /etc/
|
||||
|
||||
# Copy the service control configuration to /etc/int
|
||||
wget github.com/tvdzwan/hyperion/tree/master/bin/hyperion.conf -P /etc/init/
|
||||
wget raw.github.com/tvdzwan/hyperion/master/bin/hyperion.conf -P /etc/init/
|
||||
|
||||
# Start the hyperion daemon
|
||||
initctl start hyperion
|
||||
|
Loading…
Reference in New Issue
Block a user