Anonimous Coward

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Anonimous Coward

  1. Hi,

    I'm trying to install resilio-sync on a RPI1.

    I'm following this guide:

    https://help.resilio.com/hc/en-us/articles/206178924

     

    I've added the repository in step #1, and added the key in step #2.

    I can see the new key after running:

    >sudo apt-key list
    
    pub   2048R/2484414B 2015-12-23 [expires: 2017-12-22]
    uid                  Resilio, Inc. <support@resilio.com>
    sub   2048R/819FCB61 2015-12-23 [expires: 2017-12-22]

    (I also ran the set of commands for RPI1 as instructed).

    However, when I run:

    sudo apt-get update

    I get the following error:

    Reading package lists... Done
    W: GPG error: http://linux-packages.resilio.com resilio-sync Release: 
    The following signatures were invalid: 
    BADSIG 05CD43032484414B Resilio, Inc. <support@resilio.com>
    

    If I try to install anyway, I get:

    WARNING: The following packages cannot be authenticated!
      resilio-sync
    Install these packages without verification [y/N]? n
    

    What is the problem?

     

    Thanks in advance.