ssbc/dists

Name: dists

Owner: Secure Scuttlebutt Consortium

Description: SSBC APT repository

Created: 2016-02-19 23:13:17.0

Updated: 2017-04-10 04:33:04.0

Pushed: 2016-07-14 00:57:25.0

Homepage:

Size: 57

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

SSBC APT repository

Repository for packages of SSBC projects for Debian-based operating systems.

Install

Add the repo to your system:

sudo sh -c 'echo deb [arch=amd64] https://github.com/ssbc raw/stable main >> /etc/apt/sources.list'

Activate https transport for apt:

sudo apt-get install apt-transport-https ca-certificates

Add one of our developer's public key to the trusted key list for apt:

sudo apt-key adv --recv-keys --keyserver pgp.mit.edu B8FF71DA2A375F8F93FCBBDA4D2E80213413F006

Now you can install Patchwork:

sudo apt-get update && sudo apt-get install ssb-patchwork-electron
Contributing
  1. Publish a .deb file in a release of a SSBC project. Or, contribute a packaging script so that a SSBC member can build and publish the release.
  2. Add the path to the released .deb to the packages.mk file in this repo.
  3. Open a pull-request with the updated packages.mk file.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.