mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
11 lines
466 B
Bash
Executable File
11 lines
466 B
Bash
Executable File
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
|
|
|