Renames bootstrap files and added Thunar

This commit is contained in:
Michel Fedde 2025-02-21 13:48:53 +01:00
parent 249105950c
commit 6d3082c81c
7 changed files with 17 additions and 0 deletions

View file

@ -22,6 +22,9 @@ while IFS= read -r bootstrap; do
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
for bootstrap in "${bootstraps[@]}"; do
echo "----------------------------"
echo "# Executing $bootstrap"
if ! "$bootstrap"; then
echo "Error: bootstrap '$bootstrap' failed" >&2
exit 1