updated readme to match new repository name
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 1m23s

This commit is contained in:
2025-05-10 15:04:27 -04:00
parent 6305c9fc0d
commit 4ccf7f7a85

View File

@@ -11,7 +11,7 @@ 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: - First rebase to the unsigned image, to get the proper signing keys and policies installed:
``` ```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/eriq12/hydro-os:latest rpm-ostree rebase ostree-unverified-registry:git.hydrosaber.com/eriq12/hydro-os:latest
``` ```
- Reboot to complete the rebase: - Reboot to complete the rebase:
``` ```
@@ -19,7 +19,7 @@ To rebase an existing atomic Fedora installation to the latest build:
``` ```
- Then rebase to the signed image, like so: - Then rebase to the signed image, like so:
``` ```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/eriq12/hydro-os:latest rpm-ostree rebase ostree-image-signed:docker://git.hydrosaber.com/eriq12/hydro-os:latest
``` ```
- Reboot again to complete the installation - Reboot again to complete the installation
``` ```