Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme for ublue install instructions #6

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Disable SELinux (edit `/etc/selinux/config`, set from `enforcing` to `permissive

Run this command:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/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/ryanabx/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 +31,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/1.png)

Expand Down
Loading