fix(default-flatpaks): Quit gnome-software before removing Fedora remotes
This commit is contained in:
parent
e0efeaba0f
commit
0c529200f1
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ fi
|
|||
|
||||
# Opt out of and remove Fedora's flatpak repo
|
||||
if grep -qz 'fedora' <<< $(flatpak remotes); then
|
||||
/usr/bin/gnome-software --quit
|
||||
/usr/lib/fedora-third-party/fedora-third-party-opt-out
|
||||
/usr/bin/fedora-third-party disable
|
||||
flatpak remote-delete fedora --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue