Skip to content

Repository

Natan Junges edited this page Aug 14, 2023 · 15 revisions

bleUX OS's repository is used to provide packages and metapackages essential to its proper functioning, helping ensure proper upgrades. It is bootstrapped by the bleux-ubuntu-repository package, and is currently hosted by GitHub Releases.

Generating keyring

gpg --full-generate-key

Select RSA (sign only), key does not expire, fill in your data and enter a passphrase.

Exporting keyring

gpg --output packages/bleux-ubuntu-repository/bleux-ubuntu-archive-keyring.gpg --export <keyring>

Building

It will also build the packages as needed.

cd repository/
./build
Clone this wiki locally