You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template.
4
4
@@ -13,15 +13,15 @@ To rebase an existing atomic Fedora installation to the latest build:
13
13
14
14
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
15
15
```
16
-
rpm-ostree rebase ostree-unverified-registry:ghcr.io/heus-sueh/hyprland-blue:latest
16
+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/heus-sueh/hyprland:latest
17
17
```
18
18
- Reboot to complete the rebase:
19
19
```
20
20
systemctl reboot
21
21
```
22
22
- Then rebase to the signed image, like so:
23
23
```
24
-
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/heus-sueh/hyprland-blue:latest
24
+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/heus-sueh/hyprland:latest
25
25
```
26
26
- Reboot again to complete the installation
27
27
```
@@ -39,5 +39,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions
39
39
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
0 commit comments