This commit is contained in:
Dennis ten Hoove 2024-02-22 05:53:09 +01:00
parent e9080c9962
commit 2e4959e048

View file

@ -133,7 +133,7 @@ if [[ $type == 'archlinux' ]]; then
# Run post-bootstrap script if exists
if [[ -f $configs_dir/$variant/scripts/post-bootstrap.sh ]]; then
printf '\e[1;34m-->\e[0m\e[1m Running post-boostrap script\e[0m\n'
printf '\e[1;34m-->\e[0m\e[1m Running post-bootstrap script\e[0m\n'
source $configs_dir/$variant/scripts/post-bootstrap.sh
fi