build:moriod-repo-deb
The build:moriod-repo-deb
builds a Debian package (`.deb)
that adds the morio APT repository to the system, as well as its public key
to verify signatures.
Run npm run build:moriod-repo-deb
in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/build-repo-deb.sh
This launches the dbuilder
container, so make sure to run the
build:dbuilder
run
script
first if that container is not yet available locally.