Created
April 7, 2015 12:36
-
-
Save 4ndrej/36a1ecad3a56ba283898 to your computer and use it in GitHub Desktop.
curlew install
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 | |
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm | |
yum -y install python ffmpeg mediainfo | |
curl https://codeload.github.com/chamfay/Curlew/zip/master -o Curlew-master.zip | |
unzip Curlew-master.zip | |
rm Curlew-master.zip | |
cd Curlew-master | |
python2 ./setup.py | |
cd .. | |
mkdir -p /home/liveuser/.curlew/ | |
cp curlew.cfg /home/liveuser/.curlew/ | |
cd /home/liveuser | |
chown -R liveuser:liveuser .curlew .config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment