1
0
This commit is contained in:
Jeff Lance 2024-03-01 12:46:05 +01:00
parent 39e4c43382
commit 20e1c7f04e
3 changed files with 3 additions and 3 deletions

View File

@ -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..."

View File

@ -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..."

View File

@ -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..."