Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Sep 8, 2024
1 parent f041ceb commit 7f30500
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ If you want to see the complete list, see this [file](https://github.com/Heus-Su
> The two reboots described below are not optional. During installation, the initial boot into hyprland will provision the required sddm user. This is a one time step, all subsequent boots will succeed.
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
```sh
rpm-ostree rebase ostree-unverified-registry:ghcr.io/heus-sueh/$IMAGE_NAME:latest
```
- Reboot to complete the rebase:
```
```sh
systemctl reboot
```
- Then rebase to the signed image, like so:
```
```sh
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/heus-sueh/$IMAGE_NAME:latest
```
- Reboot again to complete the installation
```
```sh
systemctl reboot
```

Expand Down Expand Up @@ -79,6 +79,6 @@ ujust configure-nvidia-optimus
If build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.
```bash
```sh
cosign verify --key cosign.pub ghcr.io/heus-sueh/hyprland
```

0 comments on commit 7f30500

Please sign in to comment.