flatpak-add-remotes.bash: add explicit enabling of flathub, flathub-beta and kdeapps

This commit is contained in:
Aminda Suomalainen 2023-09-09 12:24:17 +03:00
parent 78bc14b5d0
commit 64d292b156
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -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