mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-22 10:14:05 +01:00
flatpak-add-remotes.bash: add explicit enabling of flathub, flathub-beta and kdeapps
This commit is contained in:
parent
78bc14b5d0
commit
64d292b156
@ -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
|
# the previous command does nothing on Fedora as it already exists, but it still
|
||||||
# needs to be enabled
|
# needs to be enabled
|
||||||
flatpak remote-modify --enable fedora-testing $@
|
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
|
# Hide commands being executed again
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user