flatpak-add-remotes.bash: fix comment, add hint on kdeapps

This commit is contained in:
Aminda Suomalainen 2024-02-25 13:04:20 +02:00
parent e1552e9a8c
commit 440c92fc57
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -26,11 +26,13 @@ flatpak remote-modify --enable flathub-beta $@
#flatpak remote-modify --enable kdeapps $@
# The other repositories are very unlikely to ship by default with anything
# These remotes seem to no longer exist
# These remotes no longer exist
flatpak remote-delete kdeapps $@
# Hints?
printf 'Only want verified flatpaks? No problem!\n\tflatpak remote-modify --subset=verified flathub\n'
printf 'kdeapps? https://userbase.kde.org/Tutorials/Flatpak#Nightly_KDE_apps\n'
# Revert? ~/.local/share/flatpak/repo/config or /var/lib/flatpak/repo/config
# Hide commands being executed again