forgot -y for apt-get
This commit is contained in:
parent
b41469616b
commit
698d486f7a
@ -28,7 +28,7 @@ $Green##########################################################################
|
||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||
sudo apt-get update
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -o "Dpkg::Options::=--force-confold" -o "Dpkg::Options::=--force-confdef" upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages
|
||||
sudo apt-get install software-properties-common
|
||||
sudo apt-get install software-properties-common -y
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
||||
sudo pacman -Syu --noconfirm
|
||||
|
Loading…
Reference in New Issue
Block a user