diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 26565e3..fe48df9 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -18,9 +18,8 @@ $Green########################################################################## sudo dnf update -y {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} - export DEBIAN_FRONTEND=noninteractive sudo apt update - sudo apt upgrade -y + DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm