Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
/ ublue Public archive

Commit

Permalink
docs (README): run 'rpm-ostree rebase' without sudo (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
plata authored and reyemxela committed Nov 9, 2023
1 parent 4adb275 commit 53734dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:

- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/reyemxela/ublue:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/reyemxela/ublue:latest
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/reyemxela/ublue:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/reyemxela/ublue:latest
```
- Reboot again to complete the installation
```
Expand All @@ -64,7 +64,7 @@ To rebase an existing Silverblue/Kinoite installation to the latest build:
This repository builds date tags as well, so if you want to rebase to a particular day's build:

```
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/reyemxela/ublue:20230403
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/reyemxela/ublue:20230403
```

This repository by default also supports signing.
Expand Down

0 comments on commit 53734dd

Please sign in to comment.