* added grub2 theme, removed docker and code * removed grub stuff * removed docker and code, added flatpaks
6 lines
No EOL
222 B
Bash
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 |