Commit graph

4 commits

Author SHA1 Message Date
xyny
55e93286ff chore(bling): remove flatpaksync, leave a warning message 2024-07-27 17:56:32 +03:00
xynydev
d8b73c0a5c refactor: move bling files to bling module 2024-01-24 18:05:22 +02:00
Nick Saika
17bacbe3da
fix: Fix flag ordering in set calls in scripts (#99)
The README for scripts has an incorrect use of the `set`. Where it says
to use:

	set -oue pipefail

it should be:

	set -euo pipefail

since `pipefail` is an option consumed by `set -o`.

More information: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2024-01-16 06:12:08 +00:00
Lucas Ribeiro
3036635a12
chore: including functionality as a submodule of the bling module 2023-10-13 14:08:48 -03:00