This repository is used for hosting all Metacraft Labs packages for applications such as CodeTracer.
To use this repository use the following configuration to /etc/apt/sources.list.d/metacraft-debs.list
:
deb [arch=amd64] https://deb.codetracer.com stable main
After that, install our PGP key in apt by running the following command:
root # wget "https://deb.codetracer.com/keys/public.asc" && mv public.asc /etc/apt/trusted.gpg.d/metacraft-debs.asc
After adding the repository make sure to run apt update
!