flatpak-add-remotes.bash: note to self about verified apps & repo configs

This commit is contained in:
Aminda Suomalainen 2024-01-30 18:40:32 +02:00
parent 914355cfa0
commit b87a0499ad
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -26,5 +26,9 @@ flatpak remote-modify --enable flathub-beta $@
flatpak remote-modify --enable kdeapps $@
# The other repositories are very unlikely to ship by default with anything
# Hints?
printf 'Only want verified flatpaks? No problem!\n\tflatpak remote-modify --subset=verified flathub\n'
# Revert? ~/.local/share/flatpak/repo/config or /var/lib/flatpak/repo/config
# Hide commands being executed again
set +x