Several things...

This commit is contained in:
Michel Fedde 2025-04-13 16:32:48 +02:00
parent 076832e825
commit 6e54b0588b
15 changed files with 98 additions and 16 deletions

View file

@ -102,4 +102,7 @@ done < <(find -L "$BOOTSTRAP_D" -type f | sort)
for bootstrap in "${bootstraps[@]}"; do
runfile "$bootstrap"
done
"$SCRIPTPATH/apply_changes"
display "Bootstrap completed"