Guide: How to update sickbeard or change branc - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Additional Packages (/forum-22.html) +--- Thread: Guide: How to update sickbeard or change branc (/thread-2044.html) |
Guide: How to update sickbeard or change branc - koper89 - 21st Jan, 2014 06:00 AM Hi guys, I thought someone may use a way to change Sickbeard to other branch or update the using one. You'll need git address of selected branch: f.e. Anime-Branch: git://github.com/lad1337/Sick-Beard.git TPB: git://github.com/mr-orange/Sick-Beard.git Ok, so lets start: 1. Login on root and go to folder /usr/local/share/ 2. Then type: git clone SELECTEDBRANCH (f.e. git clone git://github.com/mr-orange/Sick-Beard.git) 3. You'll get new folder Sick-Beard in your /usr/local/share, now you need to delete old one, by: rm -rf sickbeard 4. Rename new one mv Sick-Beard sickbeard 5. Change priviliges: chmod 0777 sickbeard chown xbian sickbeard find /usr/local/share/sickbeard -type f -exec chmod 777 {} \; find /usr/local/share/sickbeard -type f -exec chown xbian {} \; 6. Now you can enjoy newest version of your sickbeard branch. RE: Guide: How to update sickbeard or change branc - maiis - 27th Jan, 2014 08:32 PM Awesome, thanks ! |