openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

packages cannot be authenticated (Debian) #150

Closed TRSx80 closed 4 years ago

TRSx80 commented 4 years ago

I have been following the instructions at https://www.openhab.org/docs/installation/linux.html, specifically, installation via package manager.

I seemed to be able to add the keys OK, but I still get a weird error when I try to install:

$ sudo apt install openhab2

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  openhab2
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 73.7 MB of archives.
After this operation, 83.5 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  openhab2
Install these packages without verification? [y/N] 
E: Some packages could not be authenticated

Furthermore, when I browse https://dl.bintray.com/openhab/apt-repo2/ (especially the dists directory) I don't see anything in there (I get "The requested path was not found.")?

TRSx80 commented 4 years ago

OK, after poking around https://openhab.jfrog.io/openhab/openhab-linuxpkg (where docs say testing and snapshots are located) I realized there is also a stable branch in there. So after updating my apt sources, I was off to the races! I suppose I will go try and figure out where to submit a PR to fix the docs...