From 790af5c682ec6d099f6eda8b9cf51c5f577de12c Mon Sep 17 00:00:00 2001 From: poljvd Date: Wed, 16 Oct 2013 17:56:27 +0200 Subject: [PATCH] Update install_hyperion.sh Former-commit-id: ac18816d003e7c4690ae180663b15555313fc130 --- bin/install_hyperion.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index a473187e..ca7e4960 100644 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -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