build:morio-repo.rpm
The build:morio-repo.rpm builds a RedHat Linux package (`.rpm)
that adds the morio RPM repository to the system, as well as its public key
to verify signatures.
Run npm run build:morio-repo.rpm in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/build-morio-repo-rpm.sh
FIXME
This documents something that is not yet implemented