```podman pull ghcr.io/ublue-os/config rpm-ostree install --assumeyes --apply-live --force-replacefi

podman pull ghcr.io/ublue-os/config
rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null)
rpm-ostree rebase --uninstall $(rpm -qa | grep ublue-os-signing) ostree-image-signed:docker://ghcr.io/ublue-os/silverblue-main
Was this page helpful?