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