Skip to content

Commit

Permalink
feature: replace gnome-software with one without rpm-ostree backend (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 22, 2024
1 parent b4c5a7d commit 1ff87c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/_silverblue/002-gnome-software.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

set -euox pipefail

wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os_staging.repo

dnf remove -y \
gnome-software-rpm-ostree

dnf remove -y \
gnome-software

dnf install -y \
--repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
gnome-software

rm -rf /etc/yum.repos.d/_copr_ublue-os_staging.repo

0 comments on commit 1ff87c3

Please sign in to comment.