Up.
This commit is contained in:
parent
39e4c43382
commit
20e1c7f04e
@ -64,7 +64,7 @@ packages=(
|
|||||||
|
|
||||||
log "Begin Debian/Ubuntu Linux packages installation"
|
log "Begin Debian/Ubuntu Linux packages installation"
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
## Add repositories and update system
|
## Add repositories and update system
|
||||||
inf "updating system..."
|
inf "updating system..."
|
||||||
|
@ -40,7 +40,7 @@ log "Begin Zsh installation"
|
|||||||
done
|
done
|
||||||
|
|
||||||
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
||||||
DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
## Update system
|
## Update system
|
||||||
inf "updating system..."
|
inf "updating system..."
|
||||||
|
@ -42,7 +42,7 @@ log "Begin LVim installation"
|
|||||||
|
|
||||||
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
## Update system
|
## Update system
|
||||||
inf "updating system..."
|
inf "updating system..."
|
||||||
|
Loading…
Reference in New Issue
Block a user