Skip to content

Commit

Permalink
Merge branch 'main' into sync-with-main
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Mar 2, 2024
2 parents 345561e + e19163d commit 6fc93f1
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ Disable SELinux (edit `/etc/selinux/config`, set from `enforcing` to `permissive

Run this command:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/cosmic-silverblue:40-amd64
```
$ sudo rpm-ostree rebase ostree-image-signed:docker://:ghcr.io/ublue-os/cosmic-base:40-amd64
```

Or this command if you're running an arm device:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/cosmic-silverblue:40-arm64
```
$ sudo rpm-ostree rebase ostree-image-signed:docker://:ghcr.io/ublue-os/cosmic-base:40-arm64
```

Reboot

Expand All @@ -31,18 +35,6 @@ Log in with your username and password, then run:

sudo systemctl enable cosmic-greeter.service

> Currently, you must manually enable cosmic-greeter in order to have it start by default, see: https://src.fedoraproject.org/rpms/fedora-release/pull-request/317
### Alternative images

/ryanabx/cosmic-silverblue:rawhide-amd64 # Rawhide
/ryanabx/cosmic-silverblue:rawhide-arm64
# Cosmic only (no silverblue)
/ryanabx/cosmic-base:40-amd64 # 40
/ryanabx/cosmic-base:40-arm64
/ryanabx/cosmic-base:rawhide-amd64 # Rawhide
/ryanabx/cosmic-base:rawhide-arm64

### Neofetch
![Neofetch of COSMIC desktop in Fedora](./screenshot/cosmic-neofetch.png)

Expand Down

0 comments on commit 6fc93f1

Please sign in to comment.