Commit graph

4 commits

Author SHA1 Message Date
xyny
368f28ea0b fix(bling): gnome-vrr version check and copr fix 2024-07-27 17:49:46 +03: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
xyny
dc60cfaa42
fix(gnome-vrr): use correct version variable (#94) 2023-12-31 10:44:09 +00:00
Tulili
8993aad60e
feat: gnome-vrr installer (#45)
* feat: add container-tools bling option

* feat(bling-module): add gnome-vrr copr install script

* fix: um this shouldnt be here

* docs(bling-module): gnome-vrr description
2023-09-18 15:15:45 +00:00