Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 790 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 790 Bytes

Greenroom Public Packages

This repo contains Greenroom's public debian packages

Usage

curl -s https://raw.githubusercontent.com/Greenroom-Robotics/public_packages/main/scripts/setup-apt.sh | bash -s
sudo apt-get update

You should now be able to apt install Greenroom packages.

For example:

sudo apt-get install xtypes
sudo apt-get install xtypes=1.0.0-*

How it works

  • debian Contains the .deb files and Package lists
  • Other repos build their .deb files in CI and commit them to this repo's debian folder
  • This triggers update.sh to run (in CI) which causes the Packages, Release and more to be created (The private GPG key is a secret in Github actions)