Update install_hyperion.sh

Former-commit-id: ac18816d003e7c4690ae180663b15555313fc130
This commit is contained in:
poljvd 2013-10-16 17:56:27 +02:00
parent 30a6b8b9df
commit 790af5c682
1 changed files with 5 additions and 5 deletions

View File

@ -14,17 +14,17 @@ fi
initctl stop hyperion
# Copy the hyperion-binaries to the /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/
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -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
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
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
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
chmod +x /usr/bin/hyperiond