Skip to content

Instantly share code, notes, and snippets.

@4ndrej
Created April 7, 2015 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4ndrej/36a1ecad3a56ba283898 to your computer and use it in GitHub Desktop.
Save 4ndrej/36a1ecad3a56ba283898 to your computer and use it in GitHub Desktop.
curlew install
#!/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