Up.
This commit is contained in:
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user