An open API service indexing awesome lists of open source software.

https://github.com/markupstart/qwerty


https://github.com/markupstart/qwerty

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

This is my build with things I need on a daily basis.

## Installation

To rebase an existing atomic Fedora installation to the latest build:

- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/markupstart/qwerty:latest
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/markupstart/qwerty:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```