Update 2 files
- /local/provision.sh - /home/dot_local/bin/executable_provision.tmpl
This commit is contained in:
parent
bf42f5ce85
commit
8c3e259c46
2 changed files with 6 additions and 0 deletions
|
@ -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`'
|
||||
|
|
|
@ -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`'
|
||||
|
|
Loading…
Reference in a new issue