mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
feat(system-flatpak-install): Opt out of Fedora's third party repositories
This commit is contained in:
parent
fd38d2706e
commit
c4f69ead45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user