Update 2 files

- /local/provision.sh
- /home/dot_local/bin/executable_provision.tmpl
This commit is contained in:
Brian Zalewski 2023-01-04 03:18:30 +00:00
parent bf42f5ce85
commit 8c3e259c46
2 changed files with 6 additions and 0 deletions

View file

@ -248,6 +248,9 @@ if [ ! -f "$HOME/.config/chezmoi/chezmoi.yaml" ]; then
chezmoi init
fi
### Ensure Debian noninteractive mode
export DEBIAN_FRONTEND=noninteractive
### Run chezmoi apply
# shellcheck disable=SC2016
logg info 'Running `chezmoi apply`'

View file

@ -412,6 +412,9 @@ if [ ! -f "$HOME/.config/chezmoi/chezmoi.yaml" ]; then
chezmoi init
fi
### Ensure Debian noninteractive mode
export DEBIAN_FRONTEND=noninteractive
### Run chezmoi apply
# shellcheck disable=SC2016
logg info 'Running `chezmoi apply`'