Insync
Jump to navigation
Jump to search
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=287736
installation
vi /etc/yum.repos.d/insync.repo
<source lang=bash> [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 </source>
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