forked from ValdikSS/aceproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.sh
More file actions
30 lines (26 loc) · 946 Bytes
/
scripts.sh
File metadata and controls
30 lines (26 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
#install openssh
sudo apt-get update
sudo apt install git -y
sudo apt install vim -y
sudo apt-get install openssh-server -y
sudo service ssh restart -y
sudo apt install python-pip -y
sudo apt install python-gevent -y
sudo apt install python-psutil -y
# sudo apt install python-apscheduler
sudo apt install curl -y
sudo pip install apscheduler -y
sudo apt install ntp -y
#install acestream
echo "installing acestream...."
wget http://dl.acestream.org/linux/acestream_3.1.16_ubuntu_16.04_x86_64.tar.gz
tar zxvf acestream_3.1.16_ubuntu_16.04_x86_64.tar.gz
sudo apt-get install python-setuptools python-m2crypto python-apsw -y
mv acestream_3.1.16_ubuntu_16.04_x86_64 acestream
cd acestream
echo "installing vlc and apache...."
sudo apt install vlc apache2 -y
sudo service apache2 restart -y
wget http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4
git clone https://github.com/borro0/aceproxy.git