Renames bootstrap files and added Thunar
This commit is contained in:
parent
249105950c
commit
6d3082c81c
7 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue