stevepusser wrote:I see that Freefilesync is only offering a static amd64 binary for Linux users. If anybody wants, I can add deb packages for 32 and 64-bit version 8.0 to one of my OBS repositories, built from the source code.
geekosupremo wrote:Awesome! Thanks Steve!
bester69 wrote:You wont change my mind when I know Im right, Im not an ...
bester69 wrote:You wont change my mind when I know Im right, Im not an ...
stevepusser wrote:Added it to my multimedia repository: https://software.opensuse.org/download. ... eefilesync
geekosupremo wrote:I'm not sure why the "echo" line didn't work for me
sudo tee -a /etc/apt/sources.list.d/freefilesync.list <<< "deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_8.0/ /"
su -c "echo 'deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_8.0/ /' >> /etc/apt/sources.list.d/freefilesync.list"
Head_on_a_Stick wrote:The command must be run as root, if `sudo` is used then the permissions are lost on the other side of the redirection.
Try:
- Code: Select all
sudo tee -a /etc/apt/sources.list.d/freefilesync.list <<< "deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_8.0/ /"
Or:
- Code: Select all
su -c "echo 'deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_8.0/ /' >> /etc/apt/sources.list.d/freefilesync.list"
geekosupremo wrote:stevepusser wrote:Added it to my multimedia repository: https://software.opensuse.org/download. ... eefilesync
I'm not sure why the "echo" line didn't work for me but with nano I got it all sorted.
Now it works! Also got a notice saying that a new version was out, but that aside all seems to have gone smoothly. I'll probably still need to test it further but so far the app functions as expected.
geekosupremo wrote:I tried it with "su" and, kept getting authenticaion failures ... I'm sure that it's something odd. For context I'm using a BunsenLabs VM, so that might be it.
sudo passwd root
Users browsing this forum: No registered users and 9 guests