diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index afdd73f..b2cece3 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -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