![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | etch/ | 2011-07-20 20:58 | - | |
![]() | lenny/ | 2012-02-21 16:17 | - | |
![]() | debian/ | 2013-05-31 00:28 | - | |
![]() | wheezy/ | 2013-06-03 11:46 | - | |
![]() | squeeze/ | 2013-06-26 09:47 | - | |
![]() | misc/ | 2014-12-10 15:35 | - | |
![]() | README.html | 2018-05-28 16:12 | 1.0K | |
![]() | bearstech-archive.gpg | 2018-05-28 16:46 | 2.2K | |
The main repository for all releases and archs (i386, amd64 and source) is :
deb https://deb.bearstech.com/debian jessie-bearstech main (or...) deb https://deb.bearstech.com/debian wheezy-bearstech main
You must use https:// in those APT sources - thus you must have
apt-transport-https
installed.
Packages are all signed by this key :
pub 4096R/90158EE0 2013-05-30 [expires: 2021-05-27] uid Bearstech Packages Signing Key (deb.bearstech.com) <admin@bearstech.com> sub 4096R/5F9908BC 2013-05-30 [expires: 2021-05-27]
You may choose to trust this key the GPG way :
# gpg --keyserver keys.gnupg.net --recv-keys 90158EE0 # gpg --export --armor 90158EE0 |apt-key add -
... or with a pure HTTP based solution :
# curl https://deb.bearstech.com/bearstech-archive.gpg >/etc/apt/trusted.gpg.d/bearstech-archive.gpg