From 20e1c7f04e0ee3f1bf84567036fef6a9584cf2cc Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 1 Mar 2024 12:46:05 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- .../.chezmoiscripts/run_onchange_after_20-install-shell.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index c16f073..618dc28 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -64,7 +64,7 @@ packages=( log "Begin Debian/Ubuntu Linux packages installation" - DEBIAN_FRONTEND=noninteractive + export DEBIAN_FRONTEND=noninteractive ## Add repositories and update system inf "updating system..." diff --git a/home/.chezmoiscripts/run_onchange_after_20-install-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-install-shell.sh.tmpl index 9dbd7ea..24dc56d 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-install-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-install-shell.sh.tmpl @@ -40,7 +40,7 @@ log "Begin Zsh installation" done {{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}} - DEBIAN_FRONTEND=noninteractive + export DEBIAN_FRONTEND=noninteractive ## Update system inf "updating system..." diff --git a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl index b096a61..8dfc20c 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl @@ -42,7 +42,7 @@ log "Begin LVim installation" {{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}} - DEBIAN_FRONTEND=noninteractive + export DEBIAN_FRONTEND=noninteractive ## Update system inf "updating system..."