mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Updated github reference in installation script
Former-commit-id: 5b6baec3702e649926c308076472fd2858b387a4
This commit is contained in:
parent
068a98b84f
commit
c3fadd4ae5
@ -17,27 +17,27 @@ fi
|
|||||||
/sbin/initctl stop hyperion
|
/sbin/initctl stop hyperion
|
||||||
|
|
||||||
# Get the Hyperion executable
|
# Get the Hyperion executable
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperiond -P /usr/bin/
|
||||||
chmod +x /usr/bin/hyperiond
|
chmod +x /usr/bin/hyperiond
|
||||||
|
|
||||||
# Get the Hyperion command line utility
|
# Get the Hyperion command line utility
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion-remote -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion-remote -P /usr/bin/
|
||||||
chmod +x /usr/bin/hyperion-remote
|
chmod +x /usr/bin/hyperion-remote
|
||||||
|
|
||||||
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
||||||
if [ $IS_XBIAN -eq 0 ]; then
|
if [ $IS_XBIAN -eq 0 ]; then
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/gpio2spi -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/gpio2spi -P /usr/bin/
|
||||||
chmod +x /usr/bin/gpio2spi
|
chmod +x /usr/bin/gpio2spi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy the hyperion configuration file to /etc
|
# Copy the hyperion configuration file to /etc
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /etc/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/config/hyperion.config.json -P /etc/
|
||||||
|
|
||||||
# Copy the service control configuration to /etc/int
|
# Copy the service control configuration to /etc/int
|
||||||
if [ $IS_XBIAN -eq 0 ]; then
|
if [ $IS_XBIAN -eq 0 ]; then
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion.conf -P /etc/init/
|
||||||
else
|
else
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start the hyperion daemon
|
# Start the hyperion daemon
|
||||||
|
@ -17,24 +17,24 @@ fi
|
|||||||
/sbin/initctl stop hyperion
|
/sbin/initctl stop hyperion
|
||||||
|
|
||||||
# Get the Hyperion executable
|
# Get the Hyperion executable
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperiond -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperiond -P /usr/bin/
|
||||||
chmod +x /usr/bin/hyperiond
|
chmod +x /usr/bin/hyperiond
|
||||||
|
|
||||||
# Get the Hyperion command line utility
|
# Get the Hyperion command line utility
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion-remote -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion-remote -P /usr/bin/
|
||||||
chmod +x /usr/bin/hyperion-remote
|
chmod +x /usr/bin/hyperion-remote
|
||||||
|
|
||||||
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
# Copy the gpio changer (gpio->spi) to the /usr/bin
|
||||||
if [ $IS_XBIAN -eq 0 ]; then
|
if [ $IS_XBIAN -eq 0 ]; then
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/gpio2spi -P /usr/bin/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/gpio2spi -P /usr/bin/
|
||||||
chmod +x /usr/bin/gpio2spi
|
chmod +x /usr/bin/gpio2spi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy the service control configuration to /etc/int
|
# Copy the service control configuration to /etc/int
|
||||||
if [ $IS_XBIAN -eq 0 ]; then
|
if [ $IS_XBIAN -eq 0 ]; then
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion.conf -P /etc/init/
|
||||||
else
|
else
|
||||||
wget -N github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.xbian.conf -P /etc/init/ -O hyperion.conf
|
wget -N https://raw.github.com/tvdzwan/hyperion/master/deploy/hyperion.xbian.conf -P /etc/init/ -O hyperion.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start the hyperion daemon
|
# Start the hyperion daemon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user