-
-
Save jalalalaskka/1bc68390e793e4202688e185c2a3ef0b to your computer and use it in GitHub Desktop.
flussonic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # cracked flussonic | |
| wget -q -O - http://debian.erlyvideo.org/binary/gpg.key | apt-key add -; | |
| echo "deb http://debian.erlyvideo.org binary/" > /etc/apt/sources.list.d/erlyvideo.list; | |
| apt-get update; | |
| apt-get -y install flussonic flussonic-transcoder; | |
| echo 'l4|8Ku8ypPgOUySHysCdkFHW0|r6BzpmVPpjgKpn9IunpFp6lLbCZOp3' >> /etc/flussonic/license.txt | |
| /etc/init.d/flussonic start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment