Release notes:
-
(Linux) Added a fix for the “key expired” error when running
sudo apt-get update
.
Ubuntu 13.10 and older: 64 bit, 32 bit headless: 64 bit, 32 bit
Ubuntu 14.04 and newer: 64 bit, <a href="http://s.insynchq.com/builds/insync_1.3.11.36106-trusty_i386.deb"a>32 bit
Debian: 64 bit, 32 bit headless: 64 bit, 32 bit
This is a release that addresses the “key expired” error when running sudo apt-get update
that was discussed here. Affected users can install the appropriate package for their system from above or run the following commands:
$ sudo apt-key remove ACCAF35C
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C
$ sudo apt-get update
If the second command above failed for you then some ports might be blocked on your firewall. Please try this alternative method instead: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ACCAF35C
. (With thanks to @pmcarlton)
Please help us test.
Thanks!