forked from aaaler/acestreamproxyvlc-pi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.sh
13 lines (13 loc) · 988 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
curl -sSL https://raw.githubusercontent.com/sgoryachkin/acestreamproxyvlc-pi/master/acestream.service > /etc/systemd/system/acestream.service
curl -sSL https://raw.githubusercontent.com/sgoryachkin/acestreamproxyvlc-pi/master/aceproxy.service > /etc/systemd/system/aceproxy.service
curl -sSL https://raw.githubusercontent.com/sgoryachkin/acestreamproxyvlc-pi/master/vlc-nox.service > /etc/systemd/system/vlc-nox.service
mkdir -p /etc/aceproxy
curl -sSl https://raw.githubusercontent.com/sgoryachkin/acestreamproxyvlc-pi/master/etc/torrenttv.py > /etc/aceproxy/torrenttv.py #torrent-tv acestream playlist mentioned here, http://torrent-tv.ru/c_playlist.php
curl -sSl https://raw.githubusercontent.com/sgoryachkin/acestreamproxyvlc-pi/master/etc/p2pproxy.py > /etc/aceproxy/p2pproxy.py #torrent-tv login & passwd here
systemctl daemon-reload
docker pull sego/aceproxy-pi
docker pull sego/acestream-pi
docker pull sego/vlc-nox-pi
systemctl enable aceproxy
systemctl start aceproxy