Skip to content
Snippets Groups Projects
Commit 21292e80 authored by nimrod's avatar nimrod
Browse files

Better the flatpak-daily script.

- More scripty (set -eu, not just an alias in a script).
- Update appstream data.
parent 357b0238
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
flatpak update --assumeyes --appstream && flatpak uninstall --unused --assumeyes set -eu
flatpak update --appstream
flatpak update --assumeyes
flatpak uninstall --unused --assumeyes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment