0.8.x git version Ubuntu: notes
Posted: April 27th, 2013, 3:06 pm
Here are some notes on using the 0.8.x git version on Ubuntu.
EDIT: first install a regular sabnzbd via the Ubuntu Software Center. It will take care of activating Multiverse and installing the needed other programs (unrar etc)
First: installation of the git version:
Updates later on, in the sabnzbd directory:
Show which branch you're using:
EDIT: first install a regular sabnzbd via the Ubuntu Software Center. It will take care of activating Multiverse and installing the needed other programs (unrar etc)
First: installation of the git version:
Code: Select all
mkdir git-sab
cd git-sab
git clone https://github.com/sabnzbd/sabnzbd.git sabnzbd
cd sabnzbd
git checkout --track origin/develop
Code: Select all
git pull
Code: Select all
sander@appelboor:~/git-sab/sabnzbd$ git branch
* develop
master
sander@appelboor:~/git-sab/sabnzbd$