deinonyxus/files/scripts/example.sh
Flux a16562e24d
Init (#2)
* added grub2 theme, removed docker and code

* removed grub stuff

* removed docker and code, added flatpaks
2025-11-22 14:46:08 +02:00

6 lines
No EOL
222 B
Bash

#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail