01-12-2014, 09:38 AM
(This post was last modified: 01-12-2014, 09:38 AM by WhoAmI.
Edit Reason: typos
)
Maybe it's just me, but in case others are struggling as well with the installation (from the 64bit unofficial repo for 3.2 in may case), some hints:
1. Previous installations of rsync added rsync to the patch. This is not happening anymore. If you want the old functionality back, try this:
2. After installing the repo, the bin is not executable. You need to add the executable flag:
Maybe this helps someone.
1. Previous installations of rsync added rsync to the patch. This is not happening anymore. If you want the old functionality back, try this:
Code:
cd ~
touch .profile
echo "export PATH=$PATH:/storage/.xbmc/addons/network.backup.rsync/bin" >> .profile
2. After installing the repo, the bin is not executable. You need to add the executable flag:
Code:
chmod +x ~/.xbmc/addons/network.backup.rsync/bin/rsync
Maybe this helps someone.