This commit is contained in:
sebseb7
2020-10-06 20:22:10 +02:00
3 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ FFmpeg
nginx-1.18.0 nginx-1.18.0
nginx-rtmp-module nginx-rtmp-module
rtl8812au rtl8812au
node-v12.18.4

11
build-nodejs.sh Executable file
View File

@@ -0,0 +1,11 @@
wget https://nodejs.org/dist/v12.18.4/node-v12.18.4.tar.gz
tar -xzf node-v12.18.4.tar.gz
rm node-v12.18.4.tar.gz
cd node-v12.18.4
./configure
make -j2
sudo make install
cd ..
sudo npm i -g pm2
sudo pm2 startup

10
install-speedify.sh Executable file
View File

@@ -0,0 +1,10 @@
curl https://get.speedify.com/pgp.key | sudo apt-key add
sudo sh -c 'echo deb http://apt.connectify.me/ speedify main > /etc/apt/sources.list.d/connectify.list'
sudo apt-get update
sudo apt-get install speedify
/usr/share/speedify/speedify_cli startupconnect on
/usr/share/speedify/speedify_cli encryption off
/usr/share/speedify/speedify_cli mode streaming
/usr/share/speedify/speedify_cli login <login> <password>
/usr/share/speedify/speedify_cli connect closest