Skip to content

Commit

Permalink
feat(system-flatpak-install): Opt out of Fedora's third party reposit…
Browse files Browse the repository at this point in the history
…ories
  • Loading branch information
EyeCantCU authored Aug 9, 2023
1 parent fd38d27 commit c4f69ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
source /etc/default/bazzite

if grep -qz 'fedora' <<< $(flatpak remotes); then
/usr/lib/fedora-third-party/fedora-third-party-opt-out
/usr/bin/fedora-third-party disable
fi

if [[ -f '/etc/flatpak/install' ]]; then
cat /etc/flatpak/install | while read line; do
flatpak install --system --noninteractive flathub $line
Expand Down

0 comments on commit c4f69ea

Please sign in to comment.