This repository was archived by the owner on May 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
echo ' Downloading hyperion'
35
35
if [ $IS_OPENELEC -eq 1 ]; then
36
36
# OpenELEC has a readonly file system. Use alternative location
37
- curl -- get https://raw.github .com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz | tar -C /storage -xz
38
- curl -- get https://raw.github .com/tvdzwan/hyperion/master/deploy/hyperion.deps.openelec-rpi.tar.gz | tar -C /storage/hyperion/bin -xz
37
+ curl -L -- get https://raw.githubusercontent .com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz | tar -C /storage -xz
38
+ curl -L -- get https://raw.githubusercontent .com/tvdzwan/hyperion/master/deploy/hyperion.deps.openelec-rpi.tar.gz | tar -C /storage/hyperion/bin -xz
39
39
40
40
# modify the default config to have a correct effect path
41
41
sed -i ' s:/opt:/storage:g' /storage/hyperion/config/hyperion.config.json
42
42
else
43
- wget https://raw.github .com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz -O - | tar -C /opt -xz
43
+ wget https://raw.githubusercontent .com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz -O - | tar -C /opt -xz
44
44
fi
45
45
46
46
# create links to the binaries
68
68
if [ $USE_INITCTL -eq 1 ]; then
69
69
echo ' Installing initctl script'
70
70
if [ $IS_RASPBMC -eq 1 ]; then
71
- wget -N https://raw.github .com/tvdzwan/hyperion/master/deploy/hyperion.conf -P /etc/init/
71
+ wget -N https://raw.githubusercontent .com/tvdzwan/hyperion/master/deploy/hyperion.conf -P /etc/init/
72
72
else
73
- wget -N https://raw.github .com/tvdzwan/hyperion/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf
73
+ wget -N https://raw.githubusercontent .com/tvdzwan/hyperion/master/deploy/hyperion.xbian.conf -O /etc/init/hyperion.conf
74
74
fi
75
75
elif [ $USE_SERVICE -eq 1 ]; then
76
76
echo ' Installing startup script in init.d'
You can’t perform that action at this time.
0 commit comments