Changed Github download paths to raw

Former-commit-id: 25fa19cd302991ff32d7f7bc6e86b601c9c3b5fa
This commit is contained in:
poljvd 2013-10-14 09:00:18 +02:00
parent d526b8c9c1
commit f8c20bebeb
1 changed files with 4 additions and 4 deletions

View 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 github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -P /usr/bin/
wget github.com/tvdzwan/hyperion/raw/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 github.com/tvdzwan/hyperion/raw/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 github.com/tvdzwan/hyperion/raw/master/bin/hyperion.conf -P /etc/init/
# Start the hyperion daemon
initctl start hyperion