Insync

From Alessandro's Wiki
Revision as of 20:23, 10 April 2013 by Xunil (talk | contribs) (Created page with "Software that emulates GDrive functions. I use it on Linux and Android. https://old.insynchq.com/about * I knew about it from: http://forums.fedoraforum.org/showthread.php?t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software that emulates GDrive functions. I use it on Linux and Android.

https://old.insynchq.com/about


installation

vi /etc/yum.repos.d/insync.repo
[insync]
name=insync repo
baseurl=http://yum.insynchq.com/fedora/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
repo_gpgcheck=1
metadata_expire=60m
yum install insync-beta-kde
rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
  • after launching it, an error message popped up telling me that /opt/firefox/firefox was not found, so I had to work it around in this sloppy way (as root, and obviously having firefox already installed):
mkdir /opt/firefox/
ln -s `which firefox` /opt/firefox/firefox