From 64d292b156cd1ad0d6370aa0103712c42c80ffef Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 9 Sep 2023 12:24:17 +0300 Subject: [PATCH] flatpak-add-remotes.bash: add explicit enabling of flathub, flathub-beta and kdeapps --- bash/flatpak-add-remotes.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash/flatpak-add-remotes.bash b/bash/flatpak-add-remotes.bash index d2666f7..b60bf1e 100755 --- a/bash/flatpak-add-remotes.bash +++ b/bash/flatpak-add-remotes.bash @@ -19,6 +19,11 @@ flatpak remote-add --if-not-exists fedora-testing oci+https://registry.fedorapro # the previous command does nothing on Fedora as it already exists, but it still # needs to be enabled flatpak remote-modify --enable fedora-testing $@ +# In case of similar issues on other distributions +flatpak remote-modify --enable flathub $@ +flatpak remote-modify --enable flathub-beta $@ +flatpak remote-modify --enable kdeapps $@ +# The other repositories are very unlikely to ship by default with anything # Hide commands being executed again set +x