Skip to content
Open
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
3 changes: 0 additions & 3 deletions modules/default-flatpaks/v2/post-boot/system-flatpak-setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ def main [] {

let systemRemotes = (flatpak remotes --system --columns name | split row "\n")
if (not $keepFedora and ($systemRemotes | any {|remote| $remote == "fedora" or $remote == "fedora-testing"})) {
if ('/usr/lib/fedora-third-party/fedora-third-party-opt-out' | path exists) {
/usr/lib/fedora-third-party/fedora-third-party-opt-out
}
if ('/usr/bin/fedora-third-party' | path exists) {
/usr/bin/fedora-third-party disable
}
Expand Down